Re: java 17 and older lucene (4.x)

2022-09-26 Thread Uwe Schindler
Hi, Lucene >=5.5.4 should work with Java 11 or 17 out of box, versions before will not fully work, unless you use another directory implementation than MMapDirectory. So theoretically you can use NIOFSDirectory and it should work also in Lucene 4. Officially only Lucene 6+ is supported with

java 17 and older lucene (4.x)

2022-09-26 Thread Thomas Matthijs
Hello, Just wondering if anyone has patched lucene 4.x for usage with java 17+ and willing to share their work? anything would be appreciated. No we cannot upgrade lucene, and will likely spend time to try to backport/patch it ourselves, but maybe someone already has? if anyone has interest