NOTE: You are looking at documentation for an older release. 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 }