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

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

public static class TermsIntFacetCollector.AggregatorValueProc
extends TermsIntFacetCollector.StaticAggregatorValueProc


Constructor Summary
TermsIntFacetCollector.AggregatorValueProc(gnu.trove.map.hash.TIntIntHashMap facets, Set<String> excluded, SearchScript script)
           
 
Method Summary
 void onValue(int docId, int value)
           
 
Methods inherited from class org.elasticsearch.search.facet.terms.ints.TermsIntFacetCollector.StaticAggregatorValueProc
facets, missing, onMissing, onValue, total
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermsIntFacetCollector.AggregatorValueProc

public TermsIntFacetCollector.AggregatorValueProc(gnu.trove.map.hash.TIntIntHashMap facets,
                                                  Set<String> excluded,
                                                  SearchScript script)
Method Detail

onValue

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


Copyright © 2009-2012. All Rights Reserved.