diff options
Diffstat (limited to 'tests/files/other/POST_count.txt')
-rw-r--r-- | tests/files/other/POST_count.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/files/other/POST_count.txt b/tests/files/other/POST_count.txt new file mode 100644 index 0000000..19082e6 --- /dev/null +++ b/tests/files/other/POST_count.txt @@ -0,0 +1,29 @@ +POST /some-index/_count?request_cache=true +{ + "query": { + "bool": { + "filter": [ + { + "term": { + "container_id": "123" + } + }, + { + "term": { + "year": 2000 + } + }, + { + "term": { + "volume": "4" + } + }, + { + "term": { + "issue": "1" + } + } + ] + } + } +} |