| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchSchemaAccessor.createIndex(URLEncodedString indexName,
IndexSettings settings,
ExecutionOptions executionOptions) |
boolean |
ElasticsearchSchemaAccessor.createIndexIfAbsent(URLEncodedString indexName,
IndexSettings settings,
ExecutionOptions executionOptions) |
void |
ElasticsearchSchemaAccessor.updateSettings(URLEncodedString indexName,
IndexSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
IndexSettings |
IndexMetadata.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexMetadata.setSettings(IndexSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
IndexSettings |
ElasticsearchIndexSettingsBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected IndexSettings |
GetIndexSettingsWork.generateResult(ElasticsearchWorkExecutionContext context,
org.elasticsearch.client.Response response,
com.google.gson.JsonObject parsedResponseBody) |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexWork.Builder |
CreateIndexWork.Builder.settings(IndexSettings settings) |
| Constructor and Description |
|---|
Builder(GsonProvider gsonProvider,
URLEncodedString indexName,
IndexSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexWorkBuilder |
CreateIndexWorkBuilder.settings(IndexSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
PutIndexSettingsWorkBuilder |
ElasticsearchWorkFactory.putIndexSettings(URLEncodedString indexName,
IndexSettings settings) |
PutIndexSettingsWorkBuilder |
Elasticsearch2WorkFactory.putIndexSettings(URLEncodedString indexName,
IndexSettings settings) |
Copyright © 2006–2017 Hibernate. All rights reserved.