Interface SearchResponse


@Deprecated @ProviderType public interface SearchResponse
Deprecated.
As of Mueller (7.2.x), with no direct replacement
  • Method Details

    • getDocuments

      List<com.liferay.portal.kernel.search.Document> getDocuments()
      Deprecated.
    • getFacet

      com.liferay.portal.kernel.search.facet.Facet getFacet(String fieldName)
      Deprecated.
    • getKeywords

      String getKeywords()
      Deprecated.
    • getPaginationDelta

      int getPaginationDelta()
      Deprecated.
    • getPaginationStart

      int getPaginationStart()
      Deprecated.
    • getRelatedQueriesSuggestions

      List<String> getRelatedQueriesSuggestions()
      Deprecated.
    • getSearchResponse

      com.liferay.portal.search.searcher.SearchResponse getSearchResponse()
      Deprecated.
      Returns the search response.
      Returns:
      the search response as processed by the Liferay Search Framework
    • getSearchSettings

      SearchSettings getSearchSettings()
      Deprecated.
    • getTotalHits

      int getTotalHits()
      Deprecated.