| Package | Description |
|---|---|
| org.crosswire.jsword.bridge |
Command line programs to do useful things.
|
| org.crosswire.jsword.index |
Abstraction of an Index.
|
| org.crosswire.jsword.index.lucene |
An implementation of an Index using Lucene.
|
| Modifier and Type | Field and Description |
|---|---|
protected IndexManager |
BookIndexer.indexManager |
| Modifier and Type | Field and Description |
|---|---|
private static IndexManager |
IndexManagerFactory.instance
The singleton
|
| Modifier and Type | Method and Description |
|---|---|
static IndexManager |
IndexManagerFactory.getIndexManager()
Create a new IndexManager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneIndexManager
An implementation of IndexManager for Lucene indexes.
|