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

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

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


Nested Class Summary
static class ValueDateHistogramFacetCollector.DateHistogramProc.ValueAggregator
           
 
Constructor Summary
ValueDateHistogramFacetCollector.DateHistogramProc(TimeZoneRounding tzRounding)
           
 
Method Summary
 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

ValueDateHistogramFacetCollector.DateHistogramProc

public ValueDateHistogramFacetCollector.DateHistogramProc(TimeZoneRounding tzRounding)
Method Detail

onValue

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


Copyright © 2009-2012. All Rights Reserved.