> On Oct 23, 2024, at 08:46, Prashant Saxena wrote:
>
> I do have a set of old lucene index files, probably 15-20 years old. Every
> index directory contains
> four files, something like these...(size is different)
>
> _0.cfx 47, 942 KB
> _s.cfs 1,78,687 KB
> segment
You'll have to go back and use a version of Lucene that can open those
indexes, there is no way of opening them using newer code. You don't have
to compile from scratch, just use an older version binary -
https://repo1.maven.org/maven2/org/apache/lucene/lucene-core/
Dawid
On Wed, Oct 23, 2024 at
I do have a set of old lucene index files, probably 15-20 years old. Every
index directory contains
four files, something like these...(size is different)
_0.cfx 47, 942 KB
_s.cfs 1,78,687 KB
segments.gen1 KB
segments_2 1 KB
When I try to open an index using Py