| パッケージ | 説明 |
|---|---|
| org.elasticsearch.search.aggregations | |
| org.elasticsearch.search.aggregations.bucket.filter |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static FilterAggregationBuilder |
AggregationBuilders.filter(String name)
Create a new
Filter aggregation with the given name. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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–2016. All rights reserved.