Interface ModelIndexerWriterContributor<T extends com.liferay.portal.kernel.model.BaseModel<?>>
public interface ModelIndexerWriterContributor<T extends com.liferay.portal.kernel.model.BaseModel<?>>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(com.liferay.portal.search.batch.BatchIndexingActionable batchIndexingActionable, ModelIndexerWriterDocumentHelper modelIndexerWriterDocumentHelper) com.liferay.portal.search.batch.BatchIndexingActionable
long
getCompanyId
(T baseModel) default IndexerWriterMode
getIndexerWriterMode
(T baseModel) default void
modelDeleted
(T baseModel) default void
modelIndexed
(T baseModel)
-
Method Details
-
customize
void customize(com.liferay.portal.search.batch.BatchIndexingActionable batchIndexingActionable, ModelIndexerWriterDocumentHelper modelIndexerWriterDocumentHelper) -
getBatchIndexingActionable
com.liferay.portal.search.batch.BatchIndexingActionable getBatchIndexingActionable() -
getCompanyId
-
getIndexerWriterMode
-
modelDeleted
-
modelIndexed
-