Uses of Class
org.apache.lucene.store.AlreadyClosedException
-
Packages that use AlreadyClosedException Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of AlreadyClosedException in org.apache.lucene.index
Methods in org.apache.lucene.index that throw AlreadyClosedException Modifier and Type Method Description protected voidIndexReader. ensureOpen()protected voidIndexWriter. ensureOpen()protected voidIndexWriter. ensureOpen(boolean includePendingClose)Used internally to throw anAlreadyClosedExceptionif this IndexWriter has been closed. -
Uses of AlreadyClosedException in org.apache.lucene.store
Methods in org.apache.lucene.store that throw AlreadyClosedException Modifier and Type Method Description protected voidDirectory. ensureOpen()
-