Package org.crosswire.jsword.book.search.lucene

An implemenation of SearchEngine using Lucene.

See:
          Description

Interface Summary
Query The search.Searcher uses a List of Tokens to calculate a search.
 

Class Summary
AbstractBinaryQuery A binary token has a left token and right token.
AndNotQuery An "And Not" token specifies that a result needs to be in the left but not in the right token.
AndQuery An and token specifies that a result needs to be in both the left and the right token.
BaseQuery A base token is the smallest unit of search that the index can perform.
BlurQuery A blur token specifies much to blur the results of the right token.
ExtendedLuceneSyntax ExtendedLuceneSyntax represents the extension of stock Lucene syntax with passage ranges and with blurring (searching in nearby verses).
IndexSearcher The central interface to all searching.
LuceneIndex Implement the SearchEngine using Lucene as the search engine.
LuceneIndexManager An implementation of IndexManager for Lucene indexes.
Msg Compile safe Msg resource settings.
OrQuery An or token specifies that a result needs to be in either the left and the right token.
QueryBuilder A query can have a optional range specifier and an optional blur specifier.
RangeQuery A range token specifies how a range should be included in the search.
 

Package org.crosswire.jsword.book.search.lucene Description

An implemenation of SearchEngine using Lucene.


Copyright ยจ 2003-2005