Uses of Class
org.apache.lucene.store.AlreadyClosedException
-
Packages that use AlreadyClosedException Package Description org.apache.lucene.backward_codecs.lucene50.compressing Lucene 5.0 compressing format.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.misc.store Misc Directory implementations.org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of AlreadyClosedException in org.apache.lucene.backward_codecs.lucene50.compressing
Methods in org.apache.lucene.backward_codecs.lucene50.compressing that throw AlreadyClosedException Modifier and Type Method Description private void
Lucene50CompressingStoredFieldsReader. ensureOpen()
private void
Lucene50CompressingTermVectorsReader. ensureOpen()
-
Uses of AlreadyClosedException in org.apache.lucene.codecs.lucene90.compressing
Methods in org.apache.lucene.codecs.lucene90.compressing that throw AlreadyClosedException Modifier and Type Method Description private void
Lucene90CompressingStoredFieldsReader. ensureOpen()
private void
Lucene90CompressingTermVectorsReader. ensureOpen()
-
Uses of AlreadyClosedException in org.apache.lucene.index
Methods in org.apache.lucene.index that throw AlreadyClosedException Modifier and Type Method Description private void
DocumentsWriter. ensureOpen()
(package private) void
IndexFileDeleter. ensureOpen()
protected void
IndexReader. ensureOpen()
Throws AlreadyClosedException if this IndexReader or any of its child readers is closed, otherwise returns.protected void
IndexWriter. ensureOpen()
Used internally to throw anAlreadyClosedException
if this IndexWriter has been closed (closed=true
) or is in the process of closing (closing=true
).protected void
IndexWriter. ensureOpen(boolean failIfClosing)
Used internally to throw anAlreadyClosedException
if this IndexWriter has been closed or is in the process of closing. -
Uses of AlreadyClosedException in org.apache.lucene.misc.store
Methods in org.apache.lucene.misc.store that throw AlreadyClosedException Modifier and Type Method Description protected void
DirectIODirectory. ensureOpen()
-
Uses of AlreadyClosedException in org.apache.lucene.store
Methods in org.apache.lucene.store that return AlreadyClosedException Modifier and Type Method Description (package private) AlreadyClosedException
ByteBufferIndexInput. alreadyClosed(java.lang.NullPointerException npe)
Deprecated.Methods in org.apache.lucene.store that throw AlreadyClosedException Modifier and Type Method Description protected void
BaseDirectory. ensureOpen()
protected void
Directory. ensureOpen()
Ensures this directory is still open.protected void
FilterDirectory. ensureOpen()
-