1 2 3 4 5 6 7 8
GET /my-index-000001/_search?pretty=true { "query": { "match": { "full_text": "Quick Brown Foxes!" } } }