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, setNextReader
public ComplementCountingAggregator(int[] counterArray)
public void aggregate(int docID, float score, IntsRef ordinals) throws IOException
Aggregator
aggregate
in interface Aggregator
aggregate
in class CountingAggregator
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.