Uses of Interface
org.crosswire.jsword.book.search.lucene.Query

Packages that use Query
org.crosswire.jsword.book.search.lucene An implemenation of SearchEngine using Lucene. 
 

Uses of Query in org.crosswire.jsword.book.search.lucene
 

Classes in org.crosswire.jsword.book.search.lucene that implement Query
 class AbstractBinaryQuery
          A binary token has a left token and right token.
 class AndNotQuery
          An "And Not" token specifies that a result needs to be in the left but not in the right token.
 class AndQuery
          An and token specifies that a result needs to be in both the left and the right token.
 class BaseQuery
          A base token is the smallest unit of search that the index can perform.
 class BlurQuery
          A blur token specifies much to blur the results of the right token.
 class OrQuery
          An or token specifies that a result needs to be in either the left and the right token.
 class RangeQuery
          A range token specifies how a range should be included in the search.
 

Fields in org.crosswire.jsword.book.search.lucene declared as Query
private  Query AbstractBinaryQuery.leftToken
           
private  Query AbstractBinaryQuery.rightToken
           
 

Methods in org.crosswire.jsword.book.search.lucene that return Query
 Query AbstractBinaryQuery.getLeftToken()
           
 Query AbstractBinaryQuery.getRightToken()
           
 

Constructors in org.crosswire.jsword.book.search.lucene with parameters of type Query
AbstractBinaryQuery(Query theLeftToken, Query theRightToken)
           
AndNotQuery(Query theLeftToken, Query theRightToken)
           
AndQuery(Query theLeftToken, Query theRightToken)
           
BlurQuery(Query theLeftToken, Query theRightToken, int theFactor)
           
OrQuery(Query theLeftToken, Query theRightToken)
           
 


Copyright ยจ 2003-2005