GET /my-index-000001/_search?pretty=true
{
  "query": {
    "match": {
      "full_text": "Quick Brown Foxes!"
    }
  }
}
