public static class TermsDoubleFacetExecutor.AggregatorValueProc extends TermsDoubleFacetExecutor.StaticAggregatorValueProc
Constructor and Description |
---|
AggregatorValueProc(com.carrotsearch.hppc.DoubleIntOpenHashMap facets,
Set<org.apache.lucene.util.BytesRef> excluded,
SearchScript script) |
Modifier and Type | Method and Description |
---|---|
void |
onValue(int docId,
double value) |
facets
missing, onDoc, total
public AggregatorValueProc(com.carrotsearch.hppc.DoubleIntOpenHashMap facets, Set<org.apache.lucene.util.BytesRef> excluded, SearchScript script)
public void onValue(int docId, double value)
onValue
in class TermsDoubleFacetExecutor.StaticAggregatorValueProc
Copyright © 2009–2015. All rights reserved.