public static final class ElasticsearchEnvironment.Defaults extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INDEX_MANAGEMENT_WAIT_TIMEOUT |
static IndexSchemaManagementStrategy |
INDEX_SCHEMA_MANAGEMENT_STRATEGY |
static boolean |
REFRESH_AFTER_WRITE |
static String |
REQUIRED_INDEX_STATUS |
static int |
SCROLL_BACKTRACKING_WINDOW_SIZE |
static int |
SCROLL_FETCH_SIZE |
static int |
SCROLL_TIMEOUT |
static int |
SERVER_CONNECTION_TIMEOUT |
static int |
SERVER_READ_TIMEOUT |
static String |
SERVER_URI |
| Constructor and Description |
|---|
Defaults() |
public static final String SERVER_URI
public static final int SERVER_READ_TIMEOUT
public static final int SERVER_CONNECTION_TIMEOUT
public static final IndexSchemaManagementStrategy INDEX_SCHEMA_MANAGEMENT_STRATEGY
public static final int INDEX_MANAGEMENT_WAIT_TIMEOUT
public static final String REQUIRED_INDEX_STATUS
public static final boolean REFRESH_AFTER_WRITE
public static final int SCROLL_BACKTRACKING_WINDOW_SIZE
public static final int SCROLL_FETCH_SIZE
public static final int SCROLL_TIMEOUT
Copyright © 2006–2016 Hibernate. All rights reserved.