Interface HibernateSearchElasticsearchRuntimeConfigPersistenceUnit.AutomaticIndexingConfig
-
- Enclosing interface:
- HibernateSearchElasticsearchRuntimeConfigPersistenceUnit
@Deprecated public static interface HibernateSearchElasticsearchRuntimeConfigPersistenceUnit.AutomaticIndexingConfig
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
enableDirtyCheck()
Deprecated.This property is deprecated with no alternative to replace it.HibernateSearchElasticsearchRuntimeConfigPersistenceUnit.AutomaticIndexingSynchronizationConfig
synchronization()
Deprecated.Usequarkus.hibernate-search-orm.indexing.plan.synchronization.strategy
instead.
-
-
-
Method Detail
-
synchronization
HibernateSearchElasticsearchRuntimeConfigPersistenceUnit.AutomaticIndexingSynchronizationConfig synchronization()
Deprecated.Usequarkus.hibernate-search-orm.indexing.plan.synchronization.strategy
instead.Configuration for synchronization with the index when indexing automatically.
-
enableDirtyCheck
@WithDefault("true") @Deprecated boolean enableDirtyCheck()
Deprecated.This property is deprecated with no alternative to replace it. In the future, a dirty check will always be performed when considering whether to trigger reindexing.Whether to check if dirty properties are relevant to indexing before actually reindexing an entity.When enabled, re-indexing of an entity is skipped if the only changes are on properties that are not used when indexing.
-
-