Class ConfiguredIndexingPlanSynchronizationStrategy
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy
-
@Incubating public class ConfiguredIndexingPlanSynchronizationStrategy extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfiguredIndexingPlanSynchronizationStrategy.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedConfiguredIndexingPlanSynchronizationStrategy(ConfiguredIndexingPlanSynchronizationStrategy.Builder configurationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentCommitStrategydocumentCommitStrategy()DocumentRefreshStrategydocumentRefreshStrategy()voidexecuteAndSynchronize(PojoIndexingPlan indexingPlan)
-
-
-
Constructor Detail
-
ConfiguredIndexingPlanSynchronizationStrategy
protected ConfiguredIndexingPlanSynchronizationStrategy(ConfiguredIndexingPlanSynchronizationStrategy.Builder configurationContext)
-
-
Method Detail
-
documentCommitStrategy
public DocumentCommitStrategy documentCommitStrategy()
-
documentRefreshStrategy
public DocumentRefreshStrategy documentRefreshStrategy()
-
executeAndSynchronize
public void executeAndSynchronize(PojoIndexingPlan indexingPlan)
-
-