|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Searcher
The central interface to all searching.
The GNU Lesser General Public License for details.| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void init(Index index)
index - The Index to query for words
Key search(SearchRequest request)
throws BookException
request - The request
BookException
Key search(Query request)
throws BookException
request - The request
BookException
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||