Skip to content

match_all query

The most simple query, which matches all documents, giving them all a _score of 1.0.

{
  "query": {
    "match_all": {}
  }
}

The match_all query has no parameters.