org.elasticsearch.search.facet.terms.shorts
Class TermsShortFacetCollector.StaticAggregatorValueProc

java.lang.Object
  extended by org.elasticsearch.search.facet.terms.shorts.TermsShortFacetCollector.StaticAggregatorValueProc
All Implemented Interfaces:
ShortFieldData.ValueInDocProc, ShortFieldData.ValueProc
Direct Known Subclasses:
TermsShortFacetCollector.AggregatorValueProc
Enclosing class:
TermsShortFacetCollector

public static class TermsShortFacetCollector.StaticAggregatorValueProc
extends Object
implements ShortFieldData.ValueInDocProc, ShortFieldData.ValueProc


Constructor Summary
TermsShortFacetCollector.StaticAggregatorValueProc(gnu.trove.map.hash.TShortIntHashMap facets)
           
 
Method Summary
 gnu.trove.map.hash.TShortIntHashMap facets()
           
 int missing()
           
 void onMissing(int docId)
           
 void onValue(int docId, short value)
           
 void onValue(short value)
           
 int total()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermsShortFacetCollector.StaticAggregatorValueProc

public TermsShortFacetCollector.StaticAggregatorValueProc(gnu.trove.map.hash.TShortIntHashMap facets)
Method Detail

onValue

public void onValue(short value)
Specified by:
onValue in interface ShortFieldData.ValueProc

onValue

public void onValue(int docId,
                    short value)
Specified by:
onValue in interface ShortFieldData.ValueInDocProc

onMissing

public void onMissing(int docId)
Specified by:
onMissing in interface ShortFieldData.ValueInDocProc

facets

public final gnu.trove.map.hash.TShortIntHashMap facets()

missing

public final int missing()

total

public final int total()


Copyright © 2009-2012. All Rights Reserved.