| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations.bucket.histogram |
| Modifier and Type | Method and Description |
|---|---|
InternalHistogram<B> |
InternalHistogram.create(List<B> buckets) |
InternalHistogram<B> |
InternalHistogram.Factory.create(List<B> buckets,
InternalHistogram<B> prototype) |
InternalHistogram<B> |
InternalHistogram.Factory.create(String name,
List<B> buckets,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
long minDocCount,
org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.EmptyBucketInfo emptyBucketInfo,
ValueFormatter formatter,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
InternalHistogram<B> |
InternalHistogram.Factory.create(List<B> buckets,
InternalHistogram<B> prototype) |
Copyright © 2009–2017. All rights reserved.