| Package | Description |
|---|---|
| org.apache.lucene.facet.taxonomy.directory |
Taxonomy implemented using a Lucene-Index
|
| 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 |
DirectoryTaxonomyReader.ensureOpen() |
| 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() |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.