-
Notifications
You must be signed in to change notification settings - Fork 177
Crux-lucene fails to index old stores #1399
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
Comments
A quick note: This also seems to occur when switching to the multi-field indexer ( |
Just hit this as well. |
https://opencrux.com/reference/21.01-1.14.0/lucene.html#_setup states that it is possible to "wipe the index directories for the Crux node and restart" to add
crux-lucene
to an existing database. This still seems to cause theLucene store latest tx mismatch
exception, however.Steps to reproduce:
(put record)
crux-lucene
dep:[juxt/crux-lucene "21.01-1.14.0-alpha"]
... update deps as appropriate (lein, etc.)crux-lucene
config::crux.lucene/lucene-store {:db-dir "lucene-dir"}
rm -rf ./data/dev/index-store
Lucene store latest tx mismatch
The text was updated successfully, but these errors were encountered: