| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations | |
| org.elasticsearch.search.aggregations.bucket.filter |
| Modifier and Type | Method and Description |
|---|---|
static FilterAggregationBuilder |
AggregationBuilders.filter(String name)
Create a new
Filter aggregation with the given name. |
| Modifier and Type | Method and Description |
|---|---|
FilterAggregationBuilder |
FilterAggregationBuilder.filter(QueryBuilder filter)
Set the filter to use, only documents that match this filter will fall
into the bucket defined by this
Filter aggregation. |
Copyright © 2009–2017. All rights reserved.