You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
We'd like to update relevant query builders with WithFieldName tag so that Query Insights can get field name information when present.
Is your feature request related to a problem?
We'd like to update relevant query builders with
WithFieldName
tag so that Query Insights can get field name information when present.Parent issue: opensearch-project/query-insights#110
What solution would you like?
Add
implements WithFieldName
here:k-NN/src/main/java/org/opensearch/knn/index/query/KNNQueryBuilder.java
Line 71 in 7991350
Example:
https://github.com/opensearch-project/OpenSearch/blob/a609e634a348b76386fb11936bbe8c4b38ea72d0/server/src/main/java/org/opensearch/index/query/MatchQueryBuilder.java#L59
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
WithFieldName interface
The text was updated successfully, but these errors were encountered: