org.apache.lucene.facet.old
public class ComplementCountingAggregator extends CountingAggregator
CountingAggregator used during complement counting.counterArray| Constructor and Description |
|---|
ComplementCountingAggregator(int[] counterArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(int docID,
float score,
IntsRef ordinals)
Aggregate the ordinals of the given document ID (and its score).
|
equals, hashCode, setNextReaderpublic ComplementCountingAggregator(int[] counterArray)
public void aggregate(int docID,
float score,
IntsRef ordinals)
throws IOException
Aggregatoraggregate in interface Aggregatoraggregate in class CountingAggregatorIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.