Modifier and Type | Method and Description |
---|---|
static TermsFacet.ComparatorType |
TermsFacet.ComparatorType.fromId(byte id) |
static TermsFacet.ComparatorType |
TermsFacet.ComparatorType.fromString(String type) |
static TermsFacet.ComparatorType |
TermsFacet.ComparatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermsFacet.ComparatorType[] |
TermsFacet.ComparatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TermsFacetBuilder |
TermsFacetBuilder.order(TermsFacet.ComparatorType comparatorType)
The order by which to return the facets by.
|
Constructor and Description |
---|
InternalDoubleTermsFacet(String name,
TermsFacet.ComparatorType comparatorType,
int requiredSize,
Collection<InternalDoubleTermsFacet.DoubleEntry> entries,
long missing,
long total) |
TermsDoubleFacetExecutor(IndexNumericFieldData indexFieldData,
int size,
int shardSize,
TermsFacet.ComparatorType comparatorType,
boolean allTerms,
SearchContext context,
com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
SearchScript script,
CacheRecycler cacheRecycler) |
Constructor and Description |
---|
InternalLongTermsFacet(String name,
TermsFacet.ComparatorType comparatorType,
int requiredSize,
Collection<InternalLongTermsFacet.LongEntry> entries,
long missing,
long total) |
TermsLongFacetExecutor(IndexNumericFieldData indexFieldData,
int size,
int shardSize,
TermsFacet.ComparatorType comparatorType,
boolean allTerms,
SearchContext context,
com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
SearchScript script,
CacheRecycler cacheRecycler) |
Modifier and Type | Method and Description |
---|---|
static InternalFacet |
HashedAggregator.buildFacet(String facetName,
int size,
int shardSize,
long missing,
long total,
TermsFacet.ComparatorType comparatorType,
HashedAggregator aggregator) |
Constructor and Description |
---|
FieldsTermsStringFacetExecutor(FieldMapper[] fieldMappers,
int size,
int shardSize,
TermsFacet.ComparatorType comparatorType,
boolean allTerms,
SearchContext context,
com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
Pattern pattern,
SearchScript script) |
InternalStringTermsFacet(String name,
TermsFacet.ComparatorType comparatorType,
int requiredSize,
Collection<InternalStringTermsFacet.TermEntry> entries,
long missing,
long total) |
ScriptTermsStringFieldFacetExecutor(int size,
int shardSize,
TermsFacet.ComparatorType comparatorType,
SearchContext context,
com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
Pattern pattern,
String scriptLang,
String script,
ScriptService.ScriptType scriptType,
Map<String,Object> params,
CacheRecycler cacheRecycler) |
TermsStringFacetExecutor(IndexFieldData indexFieldData,
int size,
int shardSize,
TermsFacet.ComparatorType comparatorType,
boolean allTerms,
SearchContext context,
com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
Pattern pattern,
SearchScript script) |
TermsStringOrdinalsFacetExecutor(IndexOrdinalsFieldData indexFieldData,
int size,
int shardSize,
TermsFacet.ComparatorType comparatorType,
boolean allTerms,
SearchContext context,
com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
Pattern pattern,
int ordinalsCacheAbove) |
Constructor and Description |
---|
UnmappedFieldExecutor(int size,
TermsFacet.ComparatorType comparatorType) |
Copyright © 2009–2015. All rights reserved.