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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IndexReader.ensureOpen() |
protected void |
IndexWriter.ensureOpen() |
protected void |
IndexWriter.ensureOpen(boolean includePendingClose)
Used internally to throw an
AlreadyClosedException if this IndexWriter has been
closed. |
Modifier and Type | Method and Description |
---|---|
protected void |
Directory.ensureOpen() |