public interface SearcherIF extends IndexIF
Modifier and Type | Method and Description |
---|---|
void |
close()
INTERNAL: Releases resources associated with this searcher.
|
SearchResultIF |
search(String query)
INTERNAL: Performs a query on an index.
|
SearchResultIF search(String query) throws IOException
IOException
void close() throws IOException
IOException