aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/POST_search_start_scroll.txt
blob: 8c8fd008efe48aea53303613c60db27eb84f1c49 (plain)
1
2
3
4
5
6
7
8
9
POST /my-index-000001/_search?scroll=1m
{
  "size": 100,
  "query": {
    "match": {
      "message": "foo"
    }
  }
}