aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/GET_search_multi_match.txt
blob: 17aca7793683ff9b64c67b2fc92db26e3269032d (plain)
1
2
3
4
5
6
7
8
9
GET /_search
{
  "query": {
    "multi_match" : {
      "query" : "this is a test",
      "fields" : [ "subject^3", "message" ] 
    }
  }
}