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

Update to lucene 10.0.0 #791

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aprudhomme
Copy link
Contributor

Update to lucene v10.0.0. Notable changes:

  • Do serialized initialization of MyIndexSearchers so that a single static can be used to distribute slicing parameters. Not much happens during initialization, so it shouldn't be much a performance issues (and we typically run few indices).
  • Removed override of search method in MyIndexSearcher, I don't think the reason for having this applies anymore.
  • Slicing of an index is only done at the segment level (like with lucene 9). We can experiment with exposing segment division as future work.
  • Vector data loading changed to use random access api.

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

Successfully merging this pull request may close these issues.

1 participant