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.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final boolean
static final int
static final BeanReference
<IndexLayoutStrategy> static final boolean
static final TypeNameMappingStrategyName
static final int
static final int
static final MultiTenancyStrategyName
Deprecated.The default for this property is now dynamic and depends on the mapper.static final String
static final String
static final boolean
static final int
static final int
static final boolean
Deprecated.The default for theElasticsearchBackendSettings.VERSION_CHECK_ENABLED
property is now dynamic and depends on the value of theElasticsearchBackendSettings.VERSION
property. -
Method Summary
-
Field Details
-
HOSTS
-
PROTOCOL
- See Also:
-
PATH_PREFIX
- See Also:
-
READ_TIMEOUT
public static final int READ_TIMEOUT- See Also:
-
CONNECTION_TIMEOUT
public static final int CONNECTION_TIMEOUT- See Also:
-
MAX_CONNECTIONS
public static final int MAX_CONNECTIONS- See Also:
-
MAX_CONNECTIONS_PER_ROUTE
public static final int MAX_CONNECTIONS_PER_ROUTE- See Also:
-
DISCOVERY_ENABLED
public static final boolean DISCOVERY_ENABLED- See Also:
-
DISCOVERY_REFRESH_INTERVAL
public static final int DISCOVERY_REFRESH_INTERVAL- 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_ENABLED
property is now dynamic and depends on the value of theElasticsearchBackendSettings.VERSION
property.- 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:
-