|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearcherIF
INTERNAL: Represents a search engine. Instances of this class are able to perform searches across a collection of documents.
| Method Summary | |
|---|---|
void |
close()
INTERNAL: Releases resources associated with this searcher. |
SearchResultIF |
search(java.lang.String query)
INTERNAL: Performs a query on an index. |
| Method Detail |
|---|
SearchResultIF search(java.lang.String query)
throws java.io.IOException
java.io.IOException
void close()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||