public class CountDateHistogramFacetExecutor extends FacetExecutor
Modifier and Type | Class and Description |
---|---|
static class |
CountDateHistogramFacetExecutor.DateHistogramProc |
FacetExecutor.Mode, FacetExecutor.Post
Constructor and Description |
---|
CountDateHistogramFacetExecutor(IndexNumericFieldData indexFieldData,
Rounding tzRounding,
DateHistogramFacet.ComparatorType comparatorType,
CacheRecycler cacheRecycler) |
Modifier and Type | Method and Description |
---|---|
InternalFacet |
buildFacet(String facetName)
Builds the facet.
|
org.elasticsearch.search.facet.datehistogram.CountDateHistogramFacetExecutor.Collector |
collector()
A collector based facet implementation, collection the facet as hits match.
|
post
public CountDateHistogramFacetExecutor(IndexNumericFieldData indexFieldData, Rounding tzRounding, DateHistogramFacet.ComparatorType comparatorType, CacheRecycler cacheRecycler)
public org.elasticsearch.search.facet.datehistogram.CountDateHistogramFacetExecutor.Collector collector()
FacetExecutor
collector
in class FacetExecutor
public InternalFacet buildFacet(String facetName)
FacetExecutor
buildFacet
in class FacetExecutor
Copyright © 2009–2015. All rights reserved.