Interface HibernateSearchElasticsearchRuntimeConfigPersistenceUnit.ElasticsearchVersionCheckConfig
- Enclosing interface:
- HibernateSearchElasticsearchRuntimeConfigPersistenceUnit
public static interface HibernateSearchElasticsearchRuntimeConfigPersistenceUnit.ElasticsearchVersionCheckConfig
-
Method Summary
Modifier and TypeMethodDescriptionboolean
enabled()
Whether Hibernate Search should check the version of the Elasticsearch cluster on startup.
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Whether Hibernate Search should check the version of the Elasticsearch cluster on startup. Set to `false` if the Elasticsearch cluster may not be available on startup.
-