Clones the subreaders.
(see {@link IndexReader#clone()}).
If subreaders are shared, then the reference count of those readers is increased to ensure that the subreaders remain open until the last referring reader is closed.
Namespace: Lucene.Net.IndexIf subreaders are shared, then the reference count of those readers is increased to ensure that the subreaders remain open until the last referring reader is closed.
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public override Object Clone() |
Visual Basic |
---|
Public Overrides Function Clone As Object |
Visual C++ |
---|
public: virtual Object^ Clone() override |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Index.MultiReader.Clone"]
Implements
ICloneable..::..Clone()()()()ICloneable..::..Clone()()()()