Overload List

  NameDescription
Public methodClone()()()()
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.

(Overrides IndexReader..::..Clone()()()().)
Public methodClone(Boolean)
Clones the IndexReader and optionally changes readOnly. A readOnly reader cannot open a writeable reader.
(Inherited from IndexReader.)

See Also