Lucene.Net 1.9.1 Class Library

MultiReader Constructor

Construct a MultiReader aggregating the named set of (sub)readers. Directory locking for delete, undeleteAll, and setNorm operations is left to the subreaders.

Note that all subreaders are closed if this Multireader is closed.

Overload List

Construct a MultiReader aggregating the named set of (sub)readers. Directory locking for delete, undeleteAll, and setNorm operations is left to the subreaders. Note that all subreaders are closed if this Multireader is closed.

public MultiReader(IndexReader[]);

Construct reading the named set of readers.

public MultiReader(Directory,SegmentInfos,bool,IndexReader[]);

See Also

MultiReader Class | Lucene.Net.Index Namespace