Class MultiReader
A Composite
For efficiency, in this API documents are often referred to via document numbers, non-negative integers which each name a unique document in the index. These document numbers are ephemeral -- they may change as documents are added to and deleted from an index. Clients should thus not rely on a given document having the same number between sessions.
NOTE:
Index
Implements
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public class MultiReader : BaseCompositeReader<IndexReader>, IDisposable
Constructors
| Improve this Doc View SourceMultiReader(IndexReader[])
Construct a Multi
Note that all subreaders are closed if this Multireader is closed.
Declaration
public MultiReader(params IndexReader[] subReaders)
Parameters
Type | Name | Description |
---|---|---|
Index |
subReaders | set of (sub)readers |
MultiReader(IndexReader[], Boolean)
Construct a Multi
Declaration
public MultiReader(IndexReader[] subReaders, bool closeSubReaders)
Parameters
Type | Name | Description |
---|---|---|
Index |
subReaders | set of (sub)readers; this array will be cloned. |
System. |
closeSubReaders | indicates whether the subreaders should be disposed
when this Multi |
Methods
| Improve this Doc View SourceDoClose()
Declaration
protected override void DoClose()