elasticsearch-analysis-morphology icon indicating copy to clipboard operation
elasticsearch-analysis-morphology copied to clipboard

6.0.0 Release

Open imotov opened this issue 7 years ago • 11 comments

6.0.0 Release is currently blocked by the release of the upstream project AKuznetsov/russianmorphology#17

imotov avatar Nov 24 '17 02:11 imotov

@imotov there are no news from the upstream project for a long time. So I suggest to use your fork https://github.com/imotov/russianmorphology instead. Sync it with the latest state of the upstream and just increase the Lucene version to the latest (currently 7.2.1).

decaz avatar Feb 14 '18 10:02 decaz

Sorry, I don't have time to maintain such fork properly at the moment. If somebody would like to take over maintenance of this (or both) projects, please email me and I will be glad to provide any necessary assistance in moving things over and getting things setup.

imotov avatar Feb 14 '18 14:02 imotov

In this case you must select the lesser of the evils:

  1. to depend on an not supported and incompatible (deprecated) project (upstream)
  2. to depend on an not supported project (adapted fork)

Unfortunately, with the first option the plugin stucks at the 5th version of Elasticsearch.

There is no need to take any maintenance over the upstream project - we just need to run the plugin with small modification of it. If there will be any issues concerning upstream project - users are welcome to complain within the fork's parent repository.

As an option there can be beta version of the plugin which depends on not supported fork of upstream project.

decaz avatar Feb 14 '18 15:02 decaz

https://github.com/AKuznetsov/russianmorphology/issues/17#issuecomment-370133221 Someone forked and updated the lib

xumix avatar Mar 23 '18 16:03 xumix

for anyone interested, here is a compiled version for 6.1.2 analysis-morphology-6.1.2.zip

xumix avatar Mar 26 '18 10:03 xumix

analysis-morphology-6.6.1.zip Updated once more. I've found that built-in hunspell analyzers are much slower(3-5 times!), so we reverted to this plugin again

xumix avatar Feb 25 '19 11:02 xumix

Btw, I've forked and made the project buildable for current version

xumix avatar Feb 25 '19 14:02 xumix

What about version for elasticsearch 7.x?

ernestby avatar Jul 14 '19 08:07 ernestby

RussianMorphology is compatible with Lucene 8.x ( pull request was merged) https://github.com/AKuznetsov/russianmorphology/pull/19

nlef avatar Aug 19 '19 19:08 nlef

There is fork for 7.5.0 https://github.com/fooger/elasticsearch-analysis-morphology P.S. I am not java developer, and not know about any errors. Thanks for any comments.

fooger avatar Dec 06 '19 23:12 fooger

Updated fork to 7.6.0, I hope it will be useful for someone: https://github.com/fooger/elasticsearch-analysis-morphology Working good for me

fooger avatar Feb 19 '20 09:02 fooger