public final class HashedScriptAggregator extends HashedAggregator
HashedAggregator.BytesRefCountIterator| Constructor and Description |
|---|
HashedScriptAggregator(com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
Pattern pattern,
SearchScript script) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(org.apache.lucene.util.BytesRef value,
int hashCode) |
protected void |
onValue(int docId,
org.apache.lucene.util.BytesRef value,
int hashCode) |
buildFacet, getIter, isEmpty, missing, onDoc, release, totalpublic HashedScriptAggregator(com.google.common.collect.ImmutableSet<org.apache.lucene.util.BytesRef> excluded,
Pattern pattern,
SearchScript script)
public void addValue(org.apache.lucene.util.BytesRef value,
int hashCode)
addValue in class HashedAggregatorprotected void onValue(int docId,
org.apache.lucene.util.BytesRef value,
int hashCode)
onValue in class HashedAggregatorCopyright © 2009–2016. All rights reserved.