Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

missing value in example query #755

Open
Beckicious opened this issue Mar 9, 2018 · 0 comments
Open

missing value in example query #755

Beckicious opened this issue Mar 9, 2018 · 0 comments

Comments

@Beckicious
Copy link

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"
    }
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant