Uses of Interface
org.crosswire.jsword.index.query.BinaryQuery

Packages that use BinaryQuery
org.crosswire.jsword.index.query The Query package provides JSword with the ability to construct a search request against an Index. 
 

Uses of BinaryQuery in org.crosswire.jsword.index.query
 

Classes in org.crosswire.jsword.index.query that implement BinaryQuery
 class AbstractBinaryQuery
          A binary query has a left query and right query.
 class AndNotQuery
          An "And Not" query specifies that a result needs to be in the left but not in the right query result.
 class AndQuery
          An AND query specifies that a result needs to be in both the left and the right query results.
 class BlurQuery
          A blur query specifies how much to blur the results of the right query before ANDing it to the left.
 class OrQuery
          An OR query specifies that a result is the union of the left and the right query results.
 


Copyright ยจ 2003-2006