Class ElasticsearchBackendSettings.Defaults
java.lang.Object
org.hibernate.search.backend.elasticsearch.cfg.ElasticsearchBackendSettings.Defaults
- Enclosing class:
ElasticsearchBackendSettings
Default values for the different settings if no values are given.
- Author:
- Gunnar Morling
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final intDeprecated, for removal: This API element is subject to removal in a future version.static final booleanDeprecated, for removal: This API element is subject to removal in a future version.static final intDeprecated, for removal: This API element is subject to removal in a future version.static final BeanReference<IndexLayoutStrategy> static final booleanstatic final TypeNameMappingStrategyNamestatic final intDeprecated, for removal: This API element is subject to removal in a future version.static final intDeprecated, for removal: This API element is subject to removal in a future version.static final MultiTenancyStrategyNameDeprecated.The default for this property is now dynamic and depends on the mapper.static final Stringstatic final Stringstatic final booleanstatic final intDeprecated, for removal: This API element is subject to removal in a future version.static final intstatic final booleanDeprecated.The default for theElasticsearchBackendSettings.VERSION_CHECK_ENABLEDproperty is now dynamic and depends on the value of theElasticsearchBackendSettings.VERSIONproperty. -
Method Summary
-
Field Details
-
HOSTS
-
PROTOCOL
- See Also:
-
PATH_PREFIX
- See Also:
-
READ_TIMEOUT
Deprecated, for removal: This API element is subject to removal in a future version.UseClientRest4ElasticsearchBackendClientSettings.Defaults.READ_TIMEOUTinstead. The default value itself is not deprecated, just the constant defining it moved to a different, client-specific class.- See Also:
-
CONNECTION_TIMEOUT
Deprecated, for removal: This API element is subject to removal in a future version.UseClientRest4ElasticsearchBackendClientSettings.Defaults.CONNECTION_TIMEOUTinstead. The default value itself is not deprecated, just the constant defining it moved to a different, client-specific class.- See Also:
-
MAX_CONNECTIONS
Deprecated, for removal: This API element is subject to removal in a future version.UseClientRest4ElasticsearchBackendClientSettings.Defaults.MAX_CONNECTIONSinstead. The default value itself is not deprecated, just the constant defining it moved to a different, client-specific class.- See Also:
-
MAX_CONNECTIONS_PER_ROUTE
Deprecated, for removal: This API element is subject to removal in a future version.UseClientRest4ElasticsearchBackendClientSettings.Defaults.MAX_CONNECTIONS_PER_ROUTEinstead. The default value itself is not deprecated, just the constant defining it moved to a different, client-specific class.- See Also:
-
DISCOVERY_ENABLED
Deprecated, for removal: This API element is subject to removal in a future version.UseClientRest4ElasticsearchBackendClientSettings.Defaults.DISCOVERY_ENABLEDinstead. The default value itself is not deprecated, just the constant defining it moved to a different, client-specific class.- See Also:
-
DISCOVERY_REFRESH_INTERVAL
Deprecated, for removal: This API element is subject to removal in a future version.UseClientRest4ElasticsearchBackendClientSettings.Defaults.DISCOVERY_REFRESH_INTERVALinstead. The default value itself is not deprecated, just the constant defining it moved to a different, client-specific class.- See Also:
-
LOG_JSON_PRETTY_PRINTING
public static final boolean LOG_JSON_PRETTY_PRINTING- See Also:
-
VERSION_CHECK_ENABLED
Deprecated.The default for theElasticsearchBackendSettings.VERSION_CHECK_ENABLEDproperty is now dynamic and depends on the value of theElasticsearchBackendSettings.VERSIONproperty.- See Also:
-
MULTI_TENANCY_STRATEGY
Deprecated.The default for this property is now dynamic and depends on the mapper. If the multi-tenancy is enabled in the mapper, the default isMultiTenancyStrategyName.DISCRIMINATOR. Otherwise, the default is stillMultiTenancyStrategyName.NONE. -
MAPPING_TYPE_NAME_STRATEGY
-
LAYOUT_STRATEGY
-
SCROLL_TIMEOUT
public static final int SCROLL_TIMEOUT- See Also:
-
QUERY_SHARD_FAILURE_IGNORE
public static final boolean QUERY_SHARD_FAILURE_IGNORE- See Also:
-
CLIENT_FACTORY
- See Also:
-
ClientRest4ElasticsearchBackendClientSettings.Defaults.CONNECTION_TIMEOUTinstead.