-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Using Lucene 8? #3628
Comments
No plans yet, as we use some low-level stuff (e.g. at https://github.com/languagetool-org/languagetool/blob/1ed565ff6297c3e4e978057b92d66ea891486136/languagetool-wikipedia/src/main/java/org/languagetool/dev/index/LanguageToolFilter.java) that I found difficult to port to the new version when I last tried. PRs are very welcome, though. |
I am Interested in using it in combination with GraalVM native. |
Sorry for the late reply. I don't think the ngram will need to be re-created, I think the indexes can be converter to the latest Lucene (maybe step by step from one version of Lucene to the next). |
I would like to work with Lucene 8.11.3, that is latest library support Java 8, and update for ngram data, etc. and send you PR when completed. There are three component that use Lucene; |
Hi, I have also upgrade ngram data, and now it works well for me. |
Any plans in using a more modern Lucene version, like version 8?
According to Elastic (known from ElasticSearch) later Lucene versions perform better. I tried building with Lucene 8 and 6.0.0. Both gave compile errors with Java 8.
The text was updated successfully, but these errors were encountered: