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

java.lang.Object
  extended by org.elasticsearch.search.facet.termsstats.longs.TermsStatsLongFacetCollector.Aggregator
All Implemented Interfaces:
NumericFieldData.MissingLongValueInDocProc
Direct Known Subclasses:
TermsStatsLongFacetCollector.ScriptAggregator
Enclosing class:
TermsStatsLongFacetCollector

public static class TermsStatsLongFacetCollector.Aggregator
extends Object
implements NumericFieldData.MissingLongValueInDocProc


Nested Class Summary
static class TermsStatsLongFacetCollector.Aggregator.ValueAggregator
           
 
Constructor Summary
TermsStatsLongFacetCollector.Aggregator()
           
 
Method Summary
 void onMissing(int docId)
           
 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

TermsStatsLongFacetCollector.Aggregator

public TermsStatsLongFacetCollector.Aggregator()
Method Detail

onValue

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

onMissing

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


Copyright © 2009-2012. All Rights Reserved.