You are looking at preliminary documentation for a future release.
Not what you want? See the
current release documentation.
Explain Usageedit
Enables explanation for each hit on how its score was computed.
See the Elasticsearch documentation on Explain for more detail.
Fluent DSL Exampleedit
s => s .Explain()
Object Initializer Syntax Exampleedit
new SearchRequest<Project> { Explain = true }
Example json output.
{ "explain": true }