Method DoReopen
DoReopen(Boolean)
If clone is true then we clone each of the subreaders
Declaration
protected virtual IndexReader DoReopen(bool doClone)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | doClone |
Returns
Type | Description |
---|---|
IndexReader | New IndexReader, or same one (this) if reopen/clone is not necessary |