Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "query": {
     "match_all": {}
   },
   "size": 100
}

Code Block
{
  "query": {
    "query_string": {
      "query": "greg"
    }
  },
  "_source": {
    "includes": [ "email", "first", "last", "country", "company", "created_at" ]
  }
}