org.elasticsearch.search.facet.termsstats.longs
Class TermsStatsLongFacetCollector.Aggregator.ValueAggregator

java.lang.Object
  extended by org.elasticsearch.search.facet.termsstats.longs.TermsStatsLongFacetCollector.Aggregator.ValueAggregator
All Implemented Interfaces:
NumericFieldData.DoubleValueInDocProc
Enclosing class:
TermsStatsLongFacetCollector.Aggregator

public static class TermsStatsLongFacetCollector.Aggregator.ValueAggregator
extends Object
implements NumericFieldData.DoubleValueInDocProc


Constructor Summary
TermsStatsLongFacetCollector.Aggregator.ValueAggregator()
           
 
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

TermsStatsLongFacetCollector.Aggregator.ValueAggregator

public TermsStatsLongFacetCollector.Aggregator.ValueAggregator()
Method Detail

onValue

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


Copyright © 2009-2012. All Rights Reserved.