org.crosswire.jsword.index.query
Class RangeQuery
java.lang.Object
org.crosswire.jsword.index.query.AbstractQuery
org.crosswire.jsword.index.query.RangeQuery
- All Implemented Interfaces:
- Query
public class RangeQuery
- extends AbstractQuery
A range query specifies how a range should be included in the search.
It provides a range, a modifier (AND [+] or AND NOT [-]).
- Author:
- DM Smith [ dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Constructor Summary |
RangeQuery(String theRange)
Construct a query from the range specification. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RangeQuery
public RangeQuery(String theRange)
- Construct a query from the range specification.
- Parameters:
theRange
-
find
public Key find(Index index)
throws BookException
- Throws:
BookException