Uses of Class
org.crosswire.jsword.book.search.lucene.AbstractBinaryQuery

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

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

Subclasses of AbstractBinaryQuery in org.crosswire.jsword.book.search.lucene
 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 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.
 


Copyright ยจ 2003-2005