public interface Searcher
The GNU Lesser General Public License for details.| Modifier and Type | Method and Description |
|---|---|
void |
init(Index index)
Setup the index that this parser can use to do word level searches
|
Key |
search(Query request)
Take a search request and decipher it into a Passage.
|
Key |
search(SearchRequest request)
Take a search request and decipher it into a Passage.
|
void init(Index index)
index - The Index to query for wordsKey search(SearchRequest request) throws BookException
request - The requestBookExceptionKey search(Query request) throws BookException
request - The requestBookException