Package | Description |
---|---|
org.elasticsearch.search.aggregations.bucket.histogram |
Modifier and Type | Field and Description |
---|---|
static Histogram.Order |
Histogram.Order.COUNT_ASC |
static Histogram.Order |
Histogram.Order.COUNT_DESC |
static Histogram.Order |
Histogram.Order.KEY_ASC |
static Histogram.Order |
Histogram.Order.KEY_DESC |
Modifier and Type | Method and Description |
---|---|
static Histogram.Order |
Histogram.Order.aggregation(String path,
boolean asc)
Creates a bucket ordering strategy that sorts buckets based on a single-valued calc sug-aggregation
|
static Histogram.Order |
Histogram.Order.aggregation(String aggregationName,
String valueName,
boolean asc)
Creates a bucket ordering strategy that sorts buckets based on a multi-valued calc sug-aggregation
|
Modifier and Type | Method and Description |
---|---|
DateHistogramBuilder |
DateHistogramBuilder.order(Histogram.Order order)
Set the order by which the buckets will be returned.
|
HistogramBuilder |
HistogramBuilder.order(Histogram.Order order)
Sets the order by which the buckets will be returned.
|
Copyright © 2009–2015. All rights reserved.