From 55f9b88ba1d63db75ef9cde3cf94e5c98526ad2f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 Aug 2020 18:09:18 -0700 Subject: significant increase in parse and test coverage --- tests/files/GET_search_agg_histogram.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/files/GET_search_agg_histogram.txt (limited to 'tests/files/GET_search_agg_histogram.txt') diff --git a/tests/files/GET_search_agg_histogram.txt b/tests/files/GET_search_agg_histogram.txt new file mode 100644 index 0000000..4689ad1 --- /dev/null +++ b/tests/files/GET_search_agg_histogram.txt @@ -0,0 +1,13 @@ +POST /sales/_search?size=0 +{ + "aggs": { + "quantity": { + "histogram": { + "field": "quantity", + "interval": 10, + "keyed": true, + "missing": 0 + } + } + } +} -- cgit v1.2.3