Skip to content
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] Add an Explanation field containing the document explain details to the SearchHit struct #503

Closed
zr-bennettm opened this issue Apr 2, 2024 · 0 comments
Labels
enhancement New feature or request untriaged

Comments

@zr-bennettm
Copy link
Contributor

Is your feature request related to a problem?

Calling the Search function here with Explain set to true in Params in the SearchReq does not add an explanation payload to each document.

What solution would you like?

An Explanation field containing the document explain details should be added to the `SearchHit struct.

What alternatives have you considered?

Calling the document Explain function for each document. However, when I have hundreds of documents that becomes a hassle to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

2 participants