org.elasticsearch.search.facet.range
Class RangeFacetCollector.RangeProc

java.lang.Object
  extended by org.elasticsearch.search.facet.range.RangeFacetCollector.RangeProc
All Implemented Interfaces:
NumericFieldData.DoubleValueInDocProc
Enclosing class:
RangeFacetCollector

public static class RangeFacetCollector.RangeProc
extends java.lang.Object
implements NumericFieldData.DoubleValueInDocProc


Constructor Summary
RangeFacetCollector.RangeProc(RangeFacet.Entry[] entries)
           
 
Method Summary
 void onMissing(int docId)
           
 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

RangeFacetCollector.RangeProc

public RangeFacetCollector.RangeProc(RangeFacet.Entry[] entries)
Method Detail

onValue

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

onMissing

public void onMissing(int docId)
Specified by:
onMissing in interface NumericFieldData.DoubleValueInDocProc