Interface HibernateSearchBackendElasticsearchBuildTimeConfig
public interface HibernateSearchBackendElasticsearchBuildTimeConfig
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
-
Method Details
-
version
Optional<org.hibernate.search.backend.elasticsearch.ElasticsearchVersion> version()The version of Elasticsearch used in the cluster. As the schema is generated without a connection to the server, this item is mandatory. It doesn't have to be the exact version (it can be `7` or `7.1` for instance) but it has to be sufficiently precise to choose a model dialect (the one used to generate the schema) compatible with the protocol dialect (the one used to communicate with Elasticsearch). There's no rule of thumb here as it depends on the schema incompatibilities introduced by Elasticsearch versions. In any case, if there is a problem, you will have an error when Hibernate Search tries to connect to the cluster. -
indexDefaults
The default configuration for the Elasticsearch indexes. -
indexes
@ConfigDocSection @ConfigDocMapKey("index-name") Map<String,HibernateSearchBackendElasticsearchBuildTimeConfig.IndexConfig> indexes()Per-index configuration overrides.
-