Interface HibernateSearchBackendElasticsearchRuntimeConfig.VersionCheckConfig

Enclosing interface:
HibernateSearchBackendElasticsearchRuntimeConfig

public static interface HibernateSearchBackendElasticsearchRuntimeConfig.VersionCheckConfig
  • Method Summary

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