org.elasticsearch.search.facet.datehistogram
Class CountDateHistogramFacetCollector.DateHistogramProc

java.lang.Object
  extended by org.elasticsearch.search.facet.datehistogram.CountDateHistogramFacetCollector.DateHistogramProc
All Implemented Interfaces:
NumericFieldData.LongValueInDocProc
Enclosing class:
CountDateHistogramFacetCollector

public static class CountDateHistogramFacetCollector.DateHistogramProc
extends Object
implements NumericFieldData.LongValueInDocProc


Constructor Summary
CountDateHistogramFacetCollector.DateHistogramProc(TimeZoneRounding tzRounding)
           
 
Method Summary
 gnu.trove.map.hash.TLongLongHashMap counts()
           
 void onValue(int docId, long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountDateHistogramFacetCollector.DateHistogramProc

public CountDateHistogramFacetCollector.DateHistogramProc(TimeZoneRounding tzRounding)
Method Detail

onValue

public void onValue(int docId,
                    long value)
Specified by:
onValue in interface NumericFieldData.LongValueInDocProc

counts

public gnu.trove.map.hash.TLongLongHashMap counts()


Copyright © 2009-2012. All Rights Reserved.