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
Hybrid search results are missing when concurrent search is enabled in single shard and multiple shards scenario. For example:
For single shard I ingested 6 documents and did a matchAll query under the hybrid clause then I am expecting 6 results should be there but I am getting just 5 results.
For multiple shard I did the same by ingesting 100 documents and I am expecting 100 results but getting 95.
What is the bug?
Hybrid search results are missing when concurrent search is enabled in single shard and multiple shards scenario.
For example:
For single shard I ingested 6 documents and did a matchAll query under the hybrid clause then I am expecting 6 results should be there but I am getting just 5 results.
For multiple shard I did the same by ingesting 100 documents and I am expecting 100 results but getting 95.
How can one reproduce the bug?
What is the expected behavior?
Results should not be missing and the right of results should be returned.
Do you have any additional context?
When concurrent search is disabled everything is working fine.
The text was updated successfully, but these errors were encountered: