Package | Description |
---|---|
org.hibernate.search.elasticsearch.schema.impl | |
org.hibernate.search.elasticsearch.schema.impl.model | |
org.hibernate.search.elasticsearch.settings.impl |
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchSchemaAccessor.createIndex(String indexName,
IndexSettings settings,
ExecutionOptions executionOptions) |
boolean |
ElasticsearchSchemaAccessor.createIndexIfAbsent(String indexName,
IndexSettings settings,
ExecutionOptions executionOptions) |
void |
ElasticsearchSchemaAccessor.updateSettings(String 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() |
Copyright © 2006–2017 Hibernate. All rights reserved.