|
||||||||||
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.
for license details.
The copyright to this program is held by it's authors.
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 wordsKey search(SearchRequest request) throws BookException
request
- The request
BookException
Key search(Query request) throws BookException
request
- The request
BookException
|
Copyright ยจ 2003-2007 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |