org.elasticsearch.search.facet.histogram.bounded
Class BoundedCountHistogramFacetCollector.HistogramProc

java.lang.Object
  extended by org.elasticsearch.search.facet.histogram.bounded.BoundedCountHistogramFacetCollector.HistogramProc
All Implemented Interfaces:
NumericFieldData.LongValueInDocProc
Enclosing class:
BoundedCountHistogramFacetCollector

public static class BoundedCountHistogramFacetCollector.HistogramProc
extends Object
implements NumericFieldData.LongValueInDocProc


Constructor Summary
BoundedCountHistogramFacetCollector.HistogramProc(long from, long to, long interval, long offset, int size)
           
 
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

BoundedCountHistogramFacetCollector.HistogramProc

public BoundedCountHistogramFacetCollector.HistogramProc(long from,
                                                         long to,
                                                         long interval,
                                                         long offset,
                                                         int size)
Method Detail

onValue

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


Copyright © 2009-2012. All Rights Reserved.