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
When searching more than one index and targeting the _index field using KNN efficient filtering, sometimes nothing is returned, or only part of the result, and sometimes its returns more than filtered for.
It seems like we can target _index once, but quickly degrades.
This worked consistently in 2.16, but does not work consistently in 2.17 or 2.18.
@DagW this is pretty weird. Because as per my knowledge there has been no change in the filter logic between 2.16 and 2.17,2.18 . This would require some deep-dive to understand what is happening.
Describe the bug
When searching more than one index and targeting the
_index
field using KNN efficient filtering, sometimes nothing is returned, or only part of the result, and sometimes its returns more than filtered for.It seems like we can target
_index
once, but quickly degrades.This worked consistently in 2.16, but does not work consistently in 2.17 or 2.18.
Related component
Search:Query Capabilities
To Reproduce
Executing the search yields 3 different results, roughly at same chance:
Example incorrect result
No result
Correct result
Expected behavior
Correct result
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: