Overload List
Name | Description | |
---|---|---|
Clone()()()() | Clones the subreaders.
(see {@link IndexReader#clone()}).
(Overrides 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. | |
Clone(Boolean) | Clones the IndexReader and optionally changes readOnly. A readOnly
reader cannot open a writeable reader.
(Inherited from IndexReader.) |