Package org.crosswire.jsword.index.query

Abstraction of a Query.

See:
          Description

Interface Summary
BinaryQuery A BinaryQuery consists of a Left and a Right Query
Query The search.Searcher uses a Query to calculate a search result.
QueryBuilder A QueryBuilder builds a Query from a String.
QueryDecorator A QueryDecorator allows for the decoration of strings in a way that is appropriate for a Query.
 

Class Summary
AbstractBinaryQuery A binary query has a left query and right query.
AbstractQuery A base query is the smallest unit of search that the index can perform.
AndNotQuery An "And Not" query specifies that a result needs to be in the left but not in the right query result.
AndQuery An AND query specifies that a result needs to be in both the left and the right query results.
BaseQuery A base query is the smallest unit of search that the index can perform.
BlurQuery A blur query specifies how much to blur the results of the right query before ANDing it to the left.
Msg Compile safe Msg resource settings.
NullQuery A null query searches for nothing and returns an empty Key.
OrQuery An OR query specifies that a result is the union of the left and the right query results.
QueryBuilderFactory A Factory class for QueryBuilder.
QueryDecoratorFactory A Factory class for QueryDecorator.
RangeQuery A range query specifies how a range should be included in the search.
 

Package org.crosswire.jsword.index.query Description

Abstraction of a Query.


Copyright ยจ 2003-2006