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

Implement WithFieldName interface for QueryBuilder implementations in plugins #110

Open
jainankitk opened this issue Sep 9, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jainankitk
Copy link
Collaborator

What is the expected behavior?

For generating richer query shape information, QueryBuilder implementations within OpenSearch plugins should implement (if relevant) recently introduced WithFieldName interface. Some of the known QueryBuilder extensions with core:

    1 - k-NN
    1 - alerting
    1 - security-analytics
    3 - neural-search
    5 - opensearch-learning-to-rank-base

Probably, we can start by creating issue for each of these plugins if WithFieldName interface is relevant for those QueryBuilder implementations.

@jainankitk jainankitk added bug Something isn't working untriaged labels Sep 9, 2024
@dblock dblock removed the untriaged label Sep 30, 2024
@dblock
Copy link
Member

dblock commented Sep 30, 2024

[Catch All Triage - 1, 2, 3, 4]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants