-
Notifications
You must be signed in to change notification settings - Fork 191
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
[FEATURE] Support for KNNQueryBuilder #1391
Comments
@kannangce Makes sense, would you like to try and contribute this? |
opensearch-java contains its own versions of the query classes and builder types for its particular API design, and does not use Could you share more about what you're trying to achieve, otherwise your request may be better suited for discussing on the k-NN plugin repository how best to re-use the |
Sure! |
@Xtansia , Thanks a lot for the response!
Makes sense.
Though k-NN plugin has Would you able to help me with the rationale on why was it packaged as a zip rather than a jar. Is packaging it as a jar a viable option? |
@kannangce The zip packaging is just how OpenSearch plugins are packaged and distributed in general. You would need to ask on opensearch-project/k-NN |
Is your feature request related to a problem?
When composing queries using multiple querybuilders, we need a
KNNQueryBuilder
.What solution would you like?
KNNQueryBuilder
extendingorg.opensearch.index.query.AbstractQueryBuilder
needs to be added.What alternatives have you considered?
KNNQueryBuilder
.zip
and not usable as a java library.KNNQueryBuilder
class.The text was updated successfully, but these errors were encountered: