| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.index |
Classes related to Elasticsearch index management.
|
| org.springframework.data.elasticsearch.core.mapping |
| Modifier and Type | Method and Description |
|---|---|
Settings |
IndexOperations.createSettings()
Creates the index settings for the entity this IndexOperations is bound to.
|
Settings |
IndexOperations.createSettings(Class<?> clazz)
Creates the index settings from the annotations on the given class
|
static Settings |
ResponseConverter.fromSettingsResponse(org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse response,
String indexName)
extract the index settings information for a given index
|
Settings |
IndexOperations.getSettings()
Get the index settings.
|
Settings |
IndexInformation.getSettings() |
Settings |
IndexOperations.getSettings(boolean includeDefaults)
Get the index settings.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Settings> |
ReactiveIndexOperations.createSettings()
Creates the index settings for the entity this IndexOperations is bound to.
|
reactor.core.publisher.Mono<Settings> |
ReactiveIndexOperations.createSettings(Class<?> clazz)
Creates the index settings from the annotations on the given class
|
default reactor.core.publisher.Mono<Settings> |
ReactiveIndexOperations.getSettings()
get the settings for the index
|
reactor.core.publisher.Mono<Settings> |
ReactiveIndexOperations.getSettings(boolean includeDefaults)
get the settings for the index
|
| Modifier and Type | Method and Description |
|---|---|
static IndexInformation |
IndexInformation.of(String name,
Settings settings,
Document mapping,
List<AliasData> aliases) |
| Modifier and Type | Method and Description |
|---|---|
Settings |
TemplateData.getSettings() |
Settings |
PutTemplateRequest.getSettings() |
static Settings |
Settings.parse(String json)
Creates a
Settings object from the given JSON String |
| Modifier and Type | Method and Description |
|---|---|
Settings |
ElasticsearchPersistentEntity.getDefaultSettings()
returns the default settings for an index.
|
Settings |
SimpleElasticsearchPersistentEntity.getDefaultSettings() |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.