36e5f153615af12946f44ab9496f6a16815a4118
[aai/search-data-service.git] / search-data-service / src / test / resources / json / queries / query-with-subrange.json
1 {
2   "results-start": 0,
3   "results-size": 10,
4   "queries": [
5     {
6       "must": {
7         "match": {
8           "field": "field1",
9           "value": "Bob"
10         }
11       }
12     }
13   ]
14 }