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

java.lang.Object
  extended by org.elasticsearch.search.facet.datehistogram.CountDateHistogramFacetCollector.DateHistogramProc
All Implemented Interfaces:
LongFieldData.DateValueInDocProc
Direct Known Subclasses:
CountDateHistogramFacetCollector.IntervalDateHistogramProc
Enclosing class:
CountDateHistogramFacetCollector

public static class CountDateHistogramFacetCollector.DateHistogramProc
extends java.lang.Object
implements LongFieldData.DateValueInDocProc


Field Summary
protected  org.elasticsearch.common.trove.map.hash.TLongLongHashMap counts
           
 
Constructor Summary
CountDateHistogramFacetCollector.DateHistogramProc()
           
 
Method Summary
 org.elasticsearch.common.trove.map.hash.TLongLongHashMap counts()
           
 void onValue(int docId, org.elasticsearch.common.joda.time.MutableDateTime dateTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counts

protected final org.elasticsearch.common.trove.map.hash.TLongLongHashMap counts
Constructor Detail

CountDateHistogramFacetCollector.DateHistogramProc

public CountDateHistogramFacetCollector.DateHistogramProc()
Method Detail

onValue

public void onValue(int docId,
                    org.elasticsearch.common.joda.time.MutableDateTime dateTime)
Specified by:
onValue in interface LongFieldData.DateValueInDocProc

counts

public org.elasticsearch.common.trove.map.hash.TLongLongHashMap counts()