Package | Description |
---|---|
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.search.result |
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchResultManager.createSearchResult(Document document) |
Modifier and Type | Method and Description |
---|---|
static List<SearchResult> |
SearchResultUtil.getSearchResults(Hits hits,
Locale locale) |
static List<SearchResult> |
SearchResultUtil.getSearchResults(Hits hits,
Locale locale,
PortletRequest portletRequest,
PortletResponse portletResponse) |
Modifier and Type | Method and Description |
---|---|
void |
SearchResultManager.updateSearchResult(SearchResult searchResult,
Document document,
Locale locale,
PortletRequest portletRequest,
PortletResponse portletResponse) |
Modifier and Type | Method and Description |
---|---|
List<SearchResult> |
SearchResultTranslator.translate(Hits hits,
Locale locale,
PortletRequest portletRequest,
PortletResponse portletResponse) |
Modifier and Type | Method and Description |
---|---|
void |
SearchResultContributor.addRelatedModel(SearchResult searchResult,
Document document,
Locale locale,
PortletRequest portletRequest,
PortletResponse portletResponse) |