Interface HibernateSearchBackendElasticsearchRuntimeConfig.SchemaManagementConfig
- Enclosing interface:
HibernateSearchBackendElasticsearchRuntimeConfig
public static interface HibernateSearchBackendElasticsearchRuntimeConfig.SchemaManagementConfig
-
Method Summary
Modifier and TypeMethodDescriptionOptional
<org.hibernate.search.backend.elasticsearch.index.IndexStatus> The minimal https://www.elastic.co/guide/en/elasticsearch/reference/7.17/cluster-health.html[Elasticsearch cluster status] required on startup.How long we should wait for the status before failing the bootstrap.
-
Method Details
-
requiredStatus
@ConfigDocDefault("yellow") Optional<org.hibernate.search.backend.elasticsearch.index.IndexStatus> requiredStatus()The minimal https://www.elastic.co/guide/en/elasticsearch/reference/7.17/cluster-health.html[Elasticsearch cluster status] required on startup. -
requiredStatusWaitTimeout
How long we should wait for the status before failing the bootstrap.
-