See: Description
| Class | Description |
|---|---|
| IndexMetadata |
A singleton that Reads and Maintains IndexMetadata from properties file All
version number in the properties file must be float.
|
| InstalledIndex |
A singleton that Reads and Maintains Installed Index Metadata (for e.g.
|
| LuceneIndex |
Implement the SearchEngine using Lucene as the search engine.
|
| LuceneIndexManager |
An implementation of IndexManager for Lucene indexes.
|
| LuceneQueryBuilder |
A query can have a optional range specifier and an optional blur specifier.
|
| LuceneQueryDecorator |
LuceneQueryDecorator represents the extension of stock Lucene syntax with
passage ranges and with blurring (searching in nearby verses).
|
| LuceneSearcher |
The central interface to all searching.
|
| VerseCollector |
A simple collector of verses that stores the verses in a Key.
|