I am trying to access an index folder created by Lucene 8.8.1 and getting the error "Not a valid lucene index or corrupted". In the log I found the following:
[2021-02-25T10:57:20,366] WARN (IndexUtils.java:85) - Format version is not supported (resource BufferedChecksumIndexInput(MMapIndexInput(path="/srv/bfabric/as/payara-5.2020.6/glassfish/domains/domain1/config/b-fabric-index/segments_37"))): 10 (needs to be between 7 and 9)
org.apache.lucene.index.IndexFormatTooNewException: Format version is not supported (resource BufferedChecksumIndexInput(MMapIndexInput(path="/srv/bfabric/as/payara-5.2020.6/glassfish/domains/domain1/config/b-fabric-index/segments_37"))): 10 (needs to be between 7 and 9)
Does this means I cannot use Luke with Lucene 8.8.x or i am doing something wrong?
If Luke cannot be used with Lucene 8.8.x which version is the latest that can be used?
I am trying to access an index folder created by Lucene 8.8.1 and getting the error "Not a valid lucene index or corrupted". In the log I found the following:
Does this means I cannot use Luke with Lucene 8.8.x or i am doing something wrong?
If Luke cannot be used with Lucene 8.8.x which version is the latest that can be used?