We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b333ca commit a9b0d1aCopy full SHA for a9b0d1a
src/aggregation/agg_req.rs
@@ -37,7 +37,8 @@
37
//! "ranges": [
38
//! { "from": 3.0, "to": 7.0 },
39
//! { "from": 7.0, "to": 20.0 }
40
-//! ]
+//! ],
41
+//! "keyed": false
42
//! }
43
44
//! }"#;
src/aggregation/mod.rs
@@ -93,7 +93,8 @@
93
94
//! { "from": 7.0, "to": 20.0 },
95
//! { "from": 20.0 }
96
97
98
//! },
99
//! "aggs": {
100
//! "average_in_range": { "avg": { "field": "score" } }
0 commit comments