Apache Lucene.Net 2.4.0 Class Library API

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 a MultiReader aggregating the named set of (sub)readers. Directory locking for delete, undeleteAll, and setNorm operations is left to the subreaders.

public MultiReader(IndexReader[],bool);

See Also

MultiReader Class | Lucene.Net.Index Namespace