Modifier and Type | Method and Description |
---|---|
static TermsStatsFacet.ComparatorType |
TermsStatsFacet.ComparatorType.fromId(byte id) |
static TermsStatsFacet.ComparatorType |
TermsStatsFacet.ComparatorType.fromString(String type) |
static TermsStatsFacet.ComparatorType |
TermsStatsFacet.ComparatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermsStatsFacet.ComparatorType[] |
TermsStatsFacet.ComparatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TermsStatsFacetBuilder |
TermsStatsFacetBuilder.order(TermsStatsFacet.ComparatorType comparatorType)
The order by which to return the facets by.
|
Constructor and Description |
---|
InternalTermsStatsDoubleFacet(String name,
TermsStatsFacet.ComparatorType comparatorType,
int requiredSize,
Collection<InternalTermsStatsDoubleFacet.DoubleEntry> entries,
long missing) |
TermsStatsDoubleFacetExecutor(IndexNumericFieldData keyIndexFieldData,
IndexNumericFieldData valueIndexFieldData,
SearchScript script,
int size,
int shardSize,
TermsStatsFacet.ComparatorType comparatorType,
SearchContext context) |
Constructor and Description |
---|
InternalTermsStatsLongFacet(String name,
TermsStatsFacet.ComparatorType comparatorType,
int requiredSize,
Collection<InternalTermsStatsLongFacet.LongEntry> entries,
long missing) |
TermsStatsLongFacetExecutor(IndexNumericFieldData keyIndexFieldData,
IndexNumericFieldData valueIndexFieldData,
SearchScript script,
int size,
int shardSize,
TermsStatsFacet.ComparatorType comparatorType,
SearchContext context) |
Constructor and Description |
---|
InternalTermsStatsStringFacet(String name,
TermsStatsFacet.ComparatorType comparatorType,
int requiredSize,
Collection<InternalTermsStatsStringFacet.StringEntry> entries,
long missing) |
TermsStatsStringFacetExecutor(IndexFieldData keyIndexFieldData,
IndexNumericFieldData valueIndexFieldData,
SearchScript valueScript,
int size,
int shardSize,
TermsStatsFacet.ComparatorType comparatorType,
SearchContext context) |
Copyright © 2009–2015. All rights reserved.