Package | Description |
---|---|
org.elasticsearch.search.facet.histogram |
Modifier and Type | Method and Description |
---|---|
static HistogramFacet.ComparatorType |
HistogramFacet.ComparatorType.fromId(byte id) |
static HistogramFacet.ComparatorType |
HistogramFacet.ComparatorType.fromString(String type) |
static HistogramFacet.ComparatorType |
HistogramFacet.ComparatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistogramFacet.ComparatorType[] |
HistogramFacet.ComparatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HistogramScriptFacetBuilder |
HistogramScriptFacetBuilder.comparator(HistogramFacet.ComparatorType comparatorType) |
HistogramFacetBuilder |
HistogramFacetBuilder.comparator(HistogramFacet.ComparatorType comparatorType) |
Copyright © 2009–2015. All rights reserved.