Uses of Class
org.apache.lucene.store.AlreadyClosedException
Packages that use AlreadyClosedException
Package
Description
Lucene 5.0 compressing format.
Lucene 9.0 compressing format.
Code to maintain and access indices.
Misc Directory implementations.
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 AlreadyClosedExceptionModifier and TypeMethodDescriptionprivate voidLucene50CompressingStoredFieldsReader.ensureOpen()private voidLucene50CompressingTermVectorsReader.ensureOpen() -
Uses of AlreadyClosedException in org.apache.lucene.codecs.lucene90.compressing
Methods in org.apache.lucene.codecs.lucene90.compressing that throw AlreadyClosedExceptionModifier and TypeMethodDescriptionprivate voidLucene90CompressingStoredFieldsReader.ensureOpen()private voidLucene90CompressingTermVectorsReader.ensureOpen() -
Uses of AlreadyClosedException in org.apache.lucene.index
Methods in org.apache.lucene.index that throw AlreadyClosedExceptionModifier and TypeMethodDescriptionprivate voidDocumentsWriter.ensureOpen()(package private) voidIndexFileDeleter.ensureOpen()protected final voidIndexReader.ensureOpen()Throws AlreadyClosedException if this IndexReader or any of its child readers is closed, otherwise returns.protected final voidIndexWriter.ensureOpen()Used internally to throw anAlreadyClosedExceptionif this IndexWriter has been closed (closed=true) or is in the process of closing (closing=true).protected final voidIndexWriter.ensureOpen(boolean failIfClosing) Used internally to throw anAlreadyClosedExceptionif 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 -
Uses of AlreadyClosedException in org.apache.lucene.store
Methods in org.apache.lucene.store that return AlreadyClosedExceptionModifier and TypeMethodDescription(package private) AlreadyClosedExceptionByteBufferIndexInput.alreadyClosed(NullPointerException npe) Deprecated.Methods in org.apache.lucene.store that throw AlreadyClosedExceptionModifier and TypeMethodDescriptionprotected final voidBaseDirectory.ensureOpen()protected voidDirectory.ensureOpen()Ensures this directory is still open.protected voidFilterDirectory.ensureOpen()