Interface SearcherIF
- All Superinterfaces:
IndexIF
- All Known Implementing Classes:
RDBMSSearcher
INTERNAL: Represents a search engine. Instances of this class are
able to perform searches across a collection of documents.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()INTERNAL: Releases resources associated with this searcher.INTERNAL: Performs a query on an index.
-
Method Details
-
search
INTERNAL: Performs a query on an index. The actual query syntax is search engine dependent.- Throws:
IOException
-
close
INTERNAL: Releases resources associated with this searcher.- Throws:
IOException
-