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 }