public class TermsDoubleFacetExecutor extends FacetExecutor
Modifier and Type | Class and Description |
---|---|
static class |
TermsDoubleFacetExecutor.AggregatorValueProc |
static class |
TermsDoubleFacetExecutor.StaticAggregatorValueProc |
FacetExecutor.Mode, FacetExecutor.Post
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
InternalFacet |
buildFacet(String facetName)
Builds the facet.
|
org.elasticsearch.search.facet.terms.doubles.TermsDoubleFacetExecutor.Collector |
collector()
A collector based facet implementation, collection the facet as hits match.
|
post
public 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)
public org.elasticsearch.search.facet.terms.doubles.TermsDoubleFacetExecutor.Collector collector()
FacetExecutor
collector
in class FacetExecutor
public InternalFacet buildFacet(String facetName)
FacetExecutor
buildFacet
in class FacetExecutor
Copyright © 2009–2015. All rights reserved.