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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final booleanstatic final intstatic final BeanReference<IndexLayoutStrategy> static final booleanstatic final TypeNameMappingStrategyNamestatic final intstatic final intstatic final MultiTenancyStrategyNameDeprecated.The default for this property is now dynamic and depends on the mapper.static final Stringstatic final Stringstatic final booleanstatic final intstatic 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
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_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:
-