Interface HibernateSearchStandaloneRuntimeConfig.ElasticsearchIndexSchemaManagementConfig

Enclosing interface:
HibernateSearchStandaloneRuntimeConfig

public static interface HibernateSearchStandaloneRuntimeConfig.ElasticsearchIndexSchemaManagementConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<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

      @ConfigDocDefault("10S") Optional<Duration> requiredStatusWaitTimeout()
      How long we should wait for the status before failing the bootstrap.