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
|
getQuerypublic BaseQuery(String theQuery)
theQuery - public Key find(Index index) throws BookException
Queryindex - the index to searchBookException