We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690bd07 commit afbf8bfCopy full SHA for afbf8bf
1 file changed
src/aggregation/bucket/filter.rs
@@ -67,7 +67,7 @@ erased_serde::serialize_trait_object!(SerializableQuery);
67
/// }
68
/// let filter_agg =
69
/// FilterAggregation::new_with_query(Box::new(SerializableTermQuery::new(term_query))); ```
70
-///
+///
71
/// # Result
72
/// The filter aggregation returns a single bucket with:
73
/// - `doc_count`: Number of documents matching the filter
0 commit comments