aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/GET_search_match_all.txt
blob: 1d9622c03f2cf5b446915357520ea47c06fd359d (plain)
1
2
3
4
5
6
GET /some-index/_search
{
  "query": {
    "match_all": { "boost" : 1.2 }
  }
}