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 lucene to v9.11.1 #675

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

aprudhomme
Copy link
Contributor

Update lucene to v9.11.1

The vector search interfaces changed enough that I had to do some refactoring.

  • The VectorFieldDef now implements the VectorQueryable interface to build the lucene query
  • The vector search is now resolved (executed) in the SearchRequestProcessor to build the final query there, instead of the SearchHandler
  • The NrtKnnFloatVectorQuery is used to maintain access to the vector TotalHits for debug and perf tuning

@aprudhomme aprudhomme merged commit 1b7c944 into Yelp:1.0.0-SNAPSHOT Jul 25, 2024
2 checks passed
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.

None yet

2 participants