-
Notifications
You must be signed in to change notification settings - Fork 72
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] neural query explain not showing details for nested field #698
Comments
If I search with BM25 query:
The explanation is very detailed like
|
@yuye-aws neural search will not have detailed response for explain as it uses |
Sorry for taking long to respond. It seems quite likely that after this issue will automatically get resolved after opensearch-project/k-NN#875. Just out of curiosity, do we have an ongoing plan to resolve the k-NN issue? |
What is the bug?
Searching for nested field works well. However, we cannot obtain the detailed explanation for search results
GET {indexname}/_search?explain=true
How can one reproduce the bug?
First, create an index with nested field embedding, a sample document may look like:
Then, use the explain query to search the document:
Currently, the explanation for search results is
What is the expected behavior?
The explain query should at least show score for each nested document like the BM25 query.
What is your host/environment?
Operating system, version.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: