WARNING: Version 5.x has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. 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 }