`GET /$INDEX/_search` ```json { "query": { "match": { "myField": { "query": "this is a test" } } } } ```