You are looking at preliminary documentation for a future release.
Not what you want? See the
current release documentation.
Explainedit
Enables explanation for each hit on how its score was computed.
GET /_search
{
"explain": true,
"query" : {
"term" : { "user" : "kimchy" }
}
}