List of usage examples for com.liferay.portal.kernel.search BaseIndexerPostProcessor subclass-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() {