If clone is true then we clone each of the subreaders

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
protected internal virtual IndexReader DoReopen(
	bool doClone
)
Visual Basic
Protected Friend Overridable Function DoReopen ( _
	doClone As Boolean _
) As IndexReader
Visual C++
protected public:
virtual IndexReader^ DoReopen(
	bool doClone
)

Parameters

doClone
Type: System..::..Boolean

[Missing <param name="doClone"/> documentation for "M:Lucene.Net.Index.MultiReader.DoReopen(System.Boolean)"]

Return Value

New IndexReader, or same one (this) if reopen/clone is not necessary

See Also