Example usage for com.liferay.portal.kernel.search.result SearchResultContributor interface-usage

List of usage examples for com.liferay.portal.kernel.search.result SearchResultContributor interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.search.result SearchResultContributor interface-usage.

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 {