org.elasticsearch.search.facet.terms.doubles
Class TermsDoubleFacetCollector.AggregatorValueProc

java.lang.Object
  extended by org.elasticsearch.search.facet.terms.doubles.TermsDoubleFacetCollector.StaticAggregatorValueProc
      extended by org.elasticsearch.search.facet.terms.doubles.TermsDoubleFacetCollector.AggregatorValueProc
All Implemented Interfaces:
DoubleFieldData.ValueInDocProc, DoubleFieldData.ValueProc
Enclosing class:
TermsDoubleFacetCollector

public static class TermsDoubleFacetCollector.AggregatorValueProc
extends TermsDoubleFacetCollector.StaticAggregatorValueProc


Constructor Summary
TermsDoubleFacetCollector.AggregatorValueProc(gnu.trove.map.hash.TDoubleIntHashMap facets, Set<String> excluded, SearchScript script)
           
 
Method Summary
 void onValue(int docId, double value)
           
 
Methods inherited from class org.elasticsearch.search.facet.terms.doubles.TermsDoubleFacetCollector.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

TermsDoubleFacetCollector.AggregatorValueProc

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

onValue

public void onValue(int docId,
                    double value)
Specified by:
onValue in interface DoubleFieldData.ValueInDocProc
Overrides:
onValue in class TermsDoubleFacetCollector.StaticAggregatorValueProc


Copyright © 2009-2012. All Rights Reserved.