Class ConfiguredIndexingPlanSynchronizationStrategy
java.lang.Object
org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConfiguredIndexingPlanSynchronizationStrategy(ConfiguredIndexingPlanSynchronizationStrategy.Builder configurationContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.search.engine.backend.work.execution.DocumentCommitStrategyorg.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategyvoidexecuteAndSynchronize(PojoIndexingPlan indexingPlan)
-
Constructor Details
-
ConfiguredIndexingPlanSynchronizationStrategy
protected ConfiguredIndexingPlanSynchronizationStrategy(ConfiguredIndexingPlanSynchronizationStrategy.Builder configurationContext)
-
-
Method Details
-
documentCommitStrategy
public org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy documentCommitStrategy() -
documentRefreshStrategy
public org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy documentRefreshStrategy() -
executeAndSynchronize
-