We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Calling the Search function here with Explain set to true in Params in the SearchReq does not add an explanation payload to each document.
Search
Explain
Params
SearchReq
An Explanation field containing the document explain details should be added to the `SearchHit struct.
Explanation
Calling the document Explain function for each document. However, when I have hundreds of documents that becomes a hassle to do.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
Calling the
Search
function here withExplain
set to true inParams
in theSearchReq
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.The text was updated successfully, but these errors were encountered: