Class MultiCollector

java.lang.Object
org.apache.lucene.search.Collector
org.apache.lucene.search.MultiCollector

public class MultiCollector extends 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.