This repository was archived by the owner on Sep 21, 2021. It is now read-only.
This repository was archived by the owner on Sep 21, 2021. It is now read-only.
missing value in example query #755
Open
Description
https://www.elastic.co/guide/en/elasticsearch/guide/current/scoring-theory.html
in the example for tf/idf putting it together the value of explain
is missing
GET /my_index/doc/_search?explain
{
"query": {
"term": {
"text": "fox"
}
}
}
I propose to change it to:
GET /my_index/doc/_search?explain=true
{
"query": {
"term": {
"text": "fox"
}
}
}
Metadata
Metadata
Assignees
Labels
No labels