Package | Description |
---|---|
org.elasticsearch.search.aggregations | |
org.elasticsearch.search.aggregations.bucket.filters |
Modifier and Type | Method and Description |
---|---|
static FiltersAggregationBuilder |
AggregationBuilders.filters(String name)
Create a new
Filters aggregation with the given name. |
Modifier and Type | Method and Description |
---|---|
FiltersAggregationBuilder |
FiltersAggregationBuilder.filter(FilterBuilder filter)
Add a new filter with no key.
|
FiltersAggregationBuilder |
FiltersAggregationBuilder.filter(String key,
FilterBuilder filter)
Add a new filter with the given key.
|
Copyright © 2009–2015. All rights reserved.