List of usage examples for com.liferay.portal.kernel.search.result SearchResultContributor interface-usage
From source file com.liferay.document.library.internal.search.DLFileEntrySearchResultContributor.java
/** * @author Adolfo Prez * @author Andr de Oliveira */ @Component(immediate = true, service = SearchResultContributor.class) public class DLFileEntrySearchResultContributor implements SearchResultContributor {
From source file com.liferay.message.boards.comment.internal.search.MBMessageCommentSearchResultContributor.java
/** * @author Adolfo Prez * @author Andr de Oliveira */ @Component(immediate = true, service = SearchResultContributor.class) public class MBMessageCommentSearchResultContributor implements SearchResultContributor {