Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lucene-7 branch doesn't support Lucene 7.7 #62

Open
TheFlow0360 opened this issue Mar 11, 2019 · 3 comments
Open

Lucene-7 branch doesn't support Lucene 7.7 #62

TheFlow0360 opened this issue Mar 11, 2019 · 3 comments

Comments

@TheFlow0360
Copy link

I tried to open an index created with the current lucene 7.7.1, but it fails with the following message:

Exception in thread "main" org.apache.lucene.index.IndexFormatTooNewException: Format version is not supported (resource BufferedChecksumIndexInput(MMapIndexInput(path="C:\my-index-path\segments_f"))): 9 (needs to be between 6 and 7)
    at org.apache.lucene.codecs.CodecUtil.checkHeaderNoMagic(CodecUtil.java:216)
    at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:305)
    at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:289)
    at org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:59)
    at org.apache.lucene.index.StandardDirectoryReader$1.doBody(StandardDirectoryReader.java:56)
    at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:670)
    at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:79)
    at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:63)
    at com.github.flaxsearch.util.FSReaderManager.<init>(FSReaderManager.java:41)
    at com.github.flaxsearch.MarpleApplication.run(MarpleApplication.java:52)
    at com.github.flaxsearch.MarpleApplication.run(MarpleApplication.java:34)
    at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:43)
    at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:85)
    at io.dropwizard.cli.Cli.run(Cli.java:75)
    at io.dropwizard.Application.run(Application.java:79)
    at com.github.flaxsearch.MarpleApplication.main(MarpleApplication.java:68)
@teamstand-arun
Copy link

Facing the same issue.

@epugh
Copy link
Collaborator

epugh commented Sep 15, 2021

Hi, I'd love a Pull Request to review updating these. We did just add missing codecs as well....

@Davidportlouis
Copy link

Hi, Is some one working on adding the missing codecs ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants