Interface SearchResponse
Deprecated.
As of Mueller (7.2.x), with no direct replacement
-
Method Summary
Modifier and TypeMethodDescriptionList<com.liferay.portal.kernel.search.Document>
Deprecated.com.liferay.portal.kernel.search.facet.Facet
Deprecated.Deprecated.int
Deprecated.int
Deprecated.Deprecated.com.liferay.portal.search.searcher.SearchResponse
Deprecated.Returns the search response.Deprecated.int
Deprecated.
-
Method Details
-
getDocuments
List<com.liferay.portal.kernel.search.Document> getDocuments()Deprecated. -
getFacet
Deprecated. -
getKeywords
String getKeywords()Deprecated. -
getPaginationDelta
int getPaginationDelta()Deprecated. -
getPaginationStart
int getPaginationStart()Deprecated. -
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.
-