Interface SuggestionsContributor


public interface SuggestionsContributor
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.search.suggestions.SuggestionsContributorResults
    getSuggestionsContributorResults(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, com.liferay.portal.kernel.search.SearchContext searchContext, com.liferay.portal.search.rest.dto.v1_0.SuggestionsContributorConfiguration suggestionsContributorConfiguration)
     
  • Method Details

    • getSuggestionsContributorResults

      com.liferay.portal.search.suggestions.SuggestionsContributorResults getSuggestionsContributorResults(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, com.liferay.portal.kernel.search.SearchContext searchContext, com.liferay.portal.search.rest.dto.v1_0.SuggestionsContributorConfiguration suggestionsContributorConfiguration)