aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/other/POST_count.txt
blob: 19082e6fadc753484e32c3f546c398be1e6fe6a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
POST /some-index/_count?request_cache=true
{
  "query": {
    "bool": {
      "filter": [
        {
          "term": {
            "container_id": "123"
          }
        },
        {
          "term": {
            "year": 2000
          }
        },
        {
          "term": {
            "volume": "4"
          }
        },
        {
          "term": {
            "issue": "1"
          }
        }
      ]
    }
  }
}