org.apache.lucene.facet.search.aggregator
Class ComplementCountingAggregator
java.lang.Object
   org.apache.lucene.facet.search.aggregator.CountingAggregator
org.apache.lucene.facet.search.aggregator.CountingAggregator
       org.apache.lucene.facet.search.aggregator.ComplementCountingAggregator
org.apache.lucene.facet.search.aggregator.ComplementCountingAggregator
- All Implemented Interfaces: 
- Aggregator
- public class ComplementCountingAggregator 
- extends CountingAggregator
A CountingAggregator used during complement counting.
- WARNING: This API is experimental and might change in incompatible ways in the next release.
 
 
 
| Method Summary | 
|  void | aggregate(int ordinal)Collect (and do whatever an implementation deems appropriate) the
 category given by its ordinal.
 | 
 
 
 
ComplementCountingAggregator
public ComplementCountingAggregator(int[] counterArray)
aggregate
public void aggregate(int ordinal)
- Description copied from interface: Aggregator
- Collect (and do whatever an implementation deems appropriate) the
 category given by its ordinal. This category belongs to a document
 given earlier by Aggregator.setNextDoc(int, float).
 
- 
- Specified by:
- aggregatein interface- Aggregator
- Overrides:
- aggregatein class- CountingAggregator
 
- 
 
Copyright © 2000-2011 Apache Software Foundation.  All Rights Reserved.