Class MultiCollector

java.lang.Object
org.apache.lucene.search.MultiCollector
All Implemented Interfaces:
Collector

public class MultiCollector extends Object implements Collector
A Collector which allows running a search with several Collectors. It offers a static wrap(org.apache.lucene.search.Collector...) method which accepts a list of collectors and wraps them with MultiCollector, while filtering out the null null ones.