-
Notifications
You must be signed in to change notification settings - Fork 140
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] Inner hit of multi vector with filter #1708
Labels
Comments
Closing in favor of opensearch-project/OpenSearch#13903 |
I am facing issue with inner_hits on Opensearch 2.15 when I tested above usecase for "query with filters on nested field" I am not getting two values for document id:2
I am facing the same issue on 2.17 as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #1447, I want to see inner hit of multi vector with filter.
Create KNN index
Insert Data
Query
Response
It return empty result for inner hit. The filter is getting applied to nested field item for inner hit even though it is for parent doc. Therefore, every nested items are filtered out.
Query with filter on nested item
When filter is applied to nested item attribute only, it returns non-empty result for inner hit. The result is not correct due to #1447 though.
Response
The text was updated successfully, but these errors were encountered: