Interface Searcher


@ProviderType public interface Searcher
Performs a search using the Liferay Search Framework.
  • Method Summary

    Modifier and Type
    Method
    Description
    search(SearchRequest searchRequest)
    Performs a search.
  • Method Details

    • search

      SearchResponse search(SearchRequest searchRequest)
      Performs a search.
      Parameters:
      searchRequest - the search request to execute
      Returns:
      the search response. Its format and content depend on the search request that was executed.