Interface SearcherIF

All Superinterfaces:
IndexIF
All Known Implementing Classes:
RDBMSSearcher

public interface SearcherIF extends IndexIF
INTERNAL: Represents a search engine. Instances of this class are able to perform searches across a collection of documents.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    INTERNAL: Releases resources associated with this searcher.
    search(String query)
    INTERNAL: Performs a query on an index.