org.crosswire.jsword.book.search.lucene
Class AndNotQuery
java.lang.Object
org.crosswire.jsword.book.search.lucene.AbstractBinaryQuery
org.crosswire.jsword.book.search.lucene.AndNotQuery
- All Implemented Interfaces:
- Query
public class AndNotQuery
- extends AbstractBinaryQuery
An "And Not" token specifies that a result needs to be in the left
but not in the right token.
- Author:
- DM Smith [ dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndNotQuery
public AndNotQuery(Query theLeftToken,
Query theRightToken)
find
public Key find(Index index)
throws BookException
- Throws:
BookException