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