org.elasticsearch.search.facet.termsstats.doubles
Class TermsStatsDoubleFacetCollector.Aggregator

java.lang.Object
  extended by org.elasticsearch.search.facet.termsstats.doubles.TermsStatsDoubleFacetCollector.Aggregator
All Implemented Interfaces:
NumericFieldData.MissingDoubleValueInDocProc
Direct Known Subclasses:
TermsStatsDoubleFacetCollector.ScriptAggregator
Enclosing class:
TermsStatsDoubleFacetCollector

public static class TermsStatsDoubleFacetCollector.Aggregator
extends Object
implements NumericFieldData.MissingDoubleValueInDocProc


Nested Class Summary
static class TermsStatsDoubleFacetCollector.Aggregator.ValueAggregator
           
 
Constructor Summary
TermsStatsDoubleFacetCollector.Aggregator()
           
 
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

TermsStatsDoubleFacetCollector.Aggregator

public TermsStatsDoubleFacetCollector.Aggregator()
Method Detail

onValue

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

onMissing

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


Copyright © 2009-2012. All Rights Reserved.