Class MultiCollector
A ICollector which allows running a search with several
ICollectors. It offers a static Wrap(ICollector[]) method which accepts a
list of collectors and wraps them with MultiCollector, while
filtering out the null
ones.
Inheritance
System.Object
MultiCollector
Assembly: DistributedLucene.Net.dll
Syntax
public class MultiCollector : object, ICollector
Properties
Name | Description |
---|---|
AcceptsDocsOutOfOrder |
Methods
Name | Description |
---|---|
Collect(Int32) | |
HasFacetsCollector() | |
Prepare() | |
SetNextReader(AtomicReaderContext) | |
SetScorer(Scorer) | |
Wrap(ICollector[]) | Wraps a list of ICollectors with a MultiCollector. This method works as follows:
|