org.elasticsearch.search.facet.terms.ints
Class TermsIntFacetCollector.StaticAggregatorValueProc

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

public static class TermsIntFacetCollector.StaticAggregatorValueProc
extends Object
implements IntFieldData.ValueInDocProc, IntFieldData.ValueProc


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

Constructor Detail

TermsIntFacetCollector.StaticAggregatorValueProc

public TermsIntFacetCollector.StaticAggregatorValueProc(gnu.trove.map.hash.TIntIntHashMap facets)
Method Detail

onValue

public void onValue(int value)
Specified by:
onValue in interface IntFieldData.ValueProc

onValue

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

onMissing

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

facets

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

missing

public final int missing()

total

public final int total()


Copyright © 2009-2012. All Rights Reserved.