Skip to content

Format missmatch when trying to load trec-car index. #962

Answered by lintool
ZanezZephyrs asked this question in Q&A
Discussion options

You must be logged in to vote

You're getting Lucene index incompatibility issues.

Anserini master is based on Lucene 8.11 now: https://github.com/castorini/anserini/blob/master/docs/release-notes/release-notes-v0.14.0.md

Previously it was based on Lucene 8.3 - Pyserini PyPI artifact 0.14.0 is still based on Lucene 8.3.

Are you indexing from Pyserini (Python) or Anserini (Java)?

If you're in Java-land exclusively (both indexing and search), you should be fine. You're probably mixing Python and Java and a way that's exposing this incompatability.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ZanezZephyrs
Comment options

@lintool
Comment options

Answer selected by ZanezZephyrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #961 on January 19, 2022 12:38.