Class ClientRest4ElasticsearchBackendClientSettings.Defaults
java.lang.Object
org.hibernate.search.backend.elasticsearch.client.rest4.cfg.ClientRest4ElasticsearchBackendClientSettings.Defaults
- Enclosing class:
ClientRest4ElasticsearchBackendClientSettings
Default values for the different settings if no values are given.
- Author:
- Gunnar Morling
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final booleanstatic final intstatic final intstatic final intstatic final int -
Method Summary
-
Field Details
-
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:
-