org.elasticsearch.search.facet.histogram.unbounded
Class FullHistogramFacetCollector.HistogramProc

java.lang.Object
  extended by org.elasticsearch.search.facet.histogram.unbounded.FullHistogramFacetCollector.HistogramProc
All Implemented Interfaces:
NumericFieldData.DoubleValueInDocProc
Enclosing class:
FullHistogramFacetCollector

public static class FullHistogramFacetCollector.HistogramProc
extends Object
implements NumericFieldData.DoubleValueInDocProc


Constructor Summary
FullHistogramFacetCollector.HistogramProc(long interval)
           
 
Method Summary
 void onValue(int docId, double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullHistogramFacetCollector.HistogramProc

public FullHistogramFacetCollector.HistogramProc(long interval)
Method Detail

onValue

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


Copyright © 2009-2012. All Rights Reserved.