`GET /$INDEX/_search` ```json { "query": { "multi_match" : { "query": "my query here", "fields": [ "headline", "body" ], "type": "most_fields" /* default: best_fields */ } } } ```