public class ValueScriptDateHistogramFacetExecutor extends FacetExecutor
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueScriptDateHistogramFacetExecutor.DateHistogramProc |
FacetExecutor.Mode, FacetExecutor.Post| Constructor and Description |
|---|
ValueScriptDateHistogramFacetExecutor(IndexNumericFieldData keyIndexFieldData,
SearchScript valueScript,
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.ValueScriptDateHistogramFacetExecutor.Collector |
collector()
A collector based facet implementation, collection the facet as hits match.
|
postpublic ValueScriptDateHistogramFacetExecutor(IndexNumericFieldData keyIndexFieldData, SearchScript valueScript, Rounding tzRounding, DateHistogramFacet.ComparatorType comparatorType, CacheRecycler cacheRecycler)
public org.elasticsearch.search.facet.datehistogram.ValueScriptDateHistogramFacetExecutor.Collector collector()
FacetExecutorcollector in class FacetExecutorpublic InternalFacet buildFacet(String facetName)
FacetExecutorbuildFacet in class FacetExecutorCopyright © 2009–2016. All rights reserved.