| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations.bucket.filters |
| Modifier and Type | Method and Description |
|---|---|
InternalFilters.Bucket |
InternalFilters.createBucket(InternalAggregations aggregations,
InternalFilters.Bucket prototype) |
InternalFilters.Bucket |
InternalFilters.getBucketByKey(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalFilters.Bucket> |
InternalFilters.getBuckets() |
| Modifier and Type | Method and Description |
|---|---|
InternalFilters.Bucket |
InternalFilters.createBucket(InternalAggregations aggregations,
InternalFilters.Bucket prototype) |
| Modifier and Type | Method and Description |
|---|---|
InternalFilters |
InternalFilters.create(List<InternalFilters.Bucket> buckets) |
| Constructor and Description |
|---|
InternalFilters(String name,
List<InternalFilters.Bucket> buckets,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
Copyright © 2009–2017. All rights reserved.