Open the container, obtaining necessary locks. Most work is actually done by RawStore.openContainer(). Will only reopen() if the container is not already open. @exception StandardException Standard exception policy.
NOTE: If this reader is a near real-time reader (obtained from {@link IndexWriter#getReader()}, reopen() will simply call writer.getReader() again for you, though this may change in the future. @throws CorruptIndexException if the index is corrupt @throws IOException if there is a low-level IO error @deprecated Use IndexReader#openIfChanged(IndexReader) instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|