public class BaseQuery extends AbstractQuery
The GNU Lesser General Public License for details.
Constructor and Description |
---|
BaseQuery(String theQuery)
Construct a query from a string.
|
Modifier and Type | Method and Description |
---|---|
Key |
find(Index index)
Find the keys that match the query in the index
|
getQuery
public BaseQuery(String theQuery)
theQuery
- public Key find(Index index) throws BookException
Query
index
- the index to searchBookException