Skip to content
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
@Beckicious

Description

@Beckicious

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions