You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Adrien Grand <jp...@gmail.com> on 2023/11/20 11:40:53 UTC

Heads up: reindex main/9.x indices

Hello all,

The 9.9 file format was just updated to encode tail postings using
group-vint instead of vint[1], so you need to reindex all indices generated
from the main and branch_9x branches. As always, indexes created from a
proper Lucene release are still compatible.

[1] https://github.com/apache/lucene/pull/12782

-- 
Adrien