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