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

introduce support in KnnVectorQuery for getters #12099

Closed
alessandrobenedetti opened this issue Jan 21, 2023 · 0 comments · Fixed by #12029
Closed

introduce support in KnnVectorQuery for getters #12099

alessandrobenedetti opened this issue Jan 21, 2023 · 0 comments · Fixed by #12029

Comments

@alessandrobenedetti
Copy link
Contributor

Description

Knn Queries are locked currently, it would be beneficial for applications using them to have access to getters and setters.
An example is how filter queries are managed in Apache Solr:
the processing of pre-filters and post-filters could benefit from opening up the access to such variables.
Especially the pre-filter support introduced in Solr 9.1 could get great benefits from being able to set the filter, after the query has been parsed.
See:
apache/solr#1245

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant