diff options
Diffstat (limited to 'tests/files/GET_search_agg_histogram.txt')
-rw-r--r-- | tests/files/GET_search_agg_histogram.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/files/GET_search_agg_histogram.txt b/tests/files/GET_search_agg_histogram.txt deleted file mode 100644 index 4689ad1..0000000 --- a/tests/files/GET_search_agg_histogram.txt +++ /dev/null @@ -1,13 +0,0 @@ -POST /sales/_search?size=0 -{ - "aggs": { - "quantity": { - "histogram": { - "field": "quantity", - "interval": 10, - "keyed": true, - "missing": 0 - } - } - } -} |