public final class ElasticsearchEnvironment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ElasticsearchEnvironment.Defaults
Default values for the different settings if no values are given.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
INDEX_MANAGEMENT_STRATEGY
Property for specifying the strategy for maintaining the Elasticsearch index.
|
static String |
INDEX_MANAGEMENT_WAIT_TIMEOUT
Property for specifying the timeout for index management operations (index creation etc.) in milli-seconds.
|
static String |
SERVER_URI
Property for specifying the host name of the Elasticsearch server to connect to.
|
public static final String SERVER_URI
An URI such as http://myeshost.com:9200 is expected.
Defaults to ElasticsearchEnvironment.Defaults.SERVER_URI.
public static final String INDEX_MANAGEMENT_STRATEGY
The name of one of the IndexManagementStrategy constants is expected, e.g. MERGE.
public static final String INDEX_MANAGEMENT_WAIT_TIMEOUT
A numeric value such as 1000 is expected.
Defaults to ElasticsearchEnvironment.Defaults.INDEX_MANAGEMENT_WAIT_TIMEOUT ms.
Copyright © 2006–2016 Hibernate. All rights reserved.