merge a large index with small index \ adding small collection of docs to a large index #1884
Unanswered
tommymordo33
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I believe you're getting that error because the index you're using was built using Lucene 8. Try this one and see if it resolves the issue: https://github.com/castorini/anserini-data/blob/master/CACM/lucene9-index.cacm.tar.gz |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to add a small collection of documents to a large prebuilt index. i tried to use the function add_doc_raw() of LuceneIndexer but i got an exception:
jnius.JavaException: JVM exception occurred: cannot change field "id" from doc values type=SORTED to inconsistent doc values type=BINARY java.lang.IllegalArgumentException
There is another option to make it?
Thanks!
###full code###
Beta Was this translation helpful? Give feedback.
All reactions