| Package | Description |
|---|---|
| org.crosswire.jsword.index.lucene |
An implementation of an Index using Lucene.
|
| org.crosswire.jsword.index.query |
The Query package provides JSword with the ability to construct a search request against an Index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneQueryBuilder
A query can have a optional range specifier and an optional blur specifier.
|
| Modifier and Type | Field and Description |
|---|---|
private static QueryBuilder |
QueryBuilderFactory.instance
The singleton
|
| Modifier and Type | Method and Description |
|---|---|
static QueryBuilder |
QueryBuilderFactory.getQueryBuilder()
Create a new QueryBuilder.
|