oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.35k stars 745 forks source link

lucene 9.9.0 #4505

Closed tarzanek closed 9 months ago

tarzanek commented 10 months ago
tarzanek commented 10 months ago

likely reindex needed due to:

Change Postings back to using FOR in Lucene99PostingsFormat. Freqs, positions and offset keep using PFOR.

https://lucene.apache.org/core/9_9_0/changes/Changes.html#v9.9.0.api_changes ( see https://github.com/apache/lucene/issues/12696 )

vladak commented 10 months ago

any notable features/improvements in the new Lucene ?

tarzanek commented 9 months ago

bugfixes and stability fixes mostly

vladak commented 9 months ago

Thanks !

For the record, the change in the index format stems from https://github.com/apache/lucene/pull/12741