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 5d08083 commit 02dd82dCopy full SHA for 02dd82d
docs/contents/nest/aggregations/advanced.markdown
@@ -20,6 +20,8 @@ You have an IEnumerable<TestObject> MyFilters, and you want to build a Filter ag
20
21
Then you could do something like this:
22
23
+ IEnumerable<TestObject> MyFilters;
24
+
25
var descriptor = new SearchDescriptor<MySearchType>().Query(q => q.MatchAll());
26
27
descriptor.Aggregations(aggr =>
0 commit comments