Example usage for com.liferay.portal.kernel.search BaseIndexerPostProcessor subclass-usage

List of usage examples for com.liferay.portal.kernel.search BaseIndexerPostProcessor subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.search BaseIndexerPostProcessor subclass-usage.

Usage

From source file com.liferay.hook.indexer.MBMessageIndexerPostProcessor.java

public class MBMessageIndexerPostProcessor extends BaseIndexerPostProcessor {

    @Override
    public void postProcessDocument(Document document, Object object) throws Exception {

        MBMessage mbMessage = (MBMessage) object;

From source file com.liferay.so.hook.indexer.UserIndexerPostProcessor.java

/**
 * @author Ryan Park
 */
public class UserIndexerPostProcessor extends BaseIndexerPostProcessor {

    @Override

From source file com.liferay.testpacl.hook.indexer.OrganizationIndexerPostProcessor.java

/**
 * @author Brian Wing Shun Chan
 */
public class OrganizationIndexerPostProcessor extends BaseIndexerPostProcessor {

    public static boolean isInstantiated() {

From source file com.liferay.testpacl.hook.indexer.UserIndexerPostProcessor.java

/**
 * @author Brian Wing Shun Chan
 */
public class UserIndexerPostProcessor extends BaseIndexerPostProcessor {

    public static boolean isInstantiated() {