public interface SearchResultManager
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
createSearchResult(Document document) |
void |
updateSearchResult(SearchResult searchResult,
Document document,
Locale locale,
PortletRequest portletRequest,
PortletResponse portletResponse) |
SearchResult createSearchResult(Document document) throws PortalException
PortalExceptionvoid updateSearchResult(SearchResult searchResult, Document document, Locale locale, PortletRequest portletRequest, PortletResponse portletResponse) throws PortalException
PortalException