IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Explain Usage
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Explain Usage
editEnables explanation for each hit on how its score was computed.
See the Elasticsearch documentation on Explain for more detail.
Fluent DSL example
edits => s .Explain()
Object Initializer syntax example
editnew SearchRequest<Project> { Explain = true }
Example json output.
{ "explain": true }
Was this helpful?
Thank you for your feedback.