A newer version is available. For the latest information, see the
current release documentation.
Explain Usage
editExplain 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 }