Interface HibernateSearchStandaloneRuntimeConfig.ElasticsearchVersionCheckConfig
- Enclosing interface:
- HibernateSearchStandaloneRuntimeConfig
public static interface HibernateSearchStandaloneRuntimeConfig.ElasticsearchVersionCheckConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()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.
-