| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexOperations.addAlias(AliasQuery query)
Add an alias.
|
default boolean |
ElasticsearchOperations.addAlias(AliasQuery query,
IndexCoordinates index)
Deprecated.
|
boolean |
IndexOperations.removeAlias(AliasQuery query)
Remove an alias.
|
default boolean |
ElasticsearchOperations.removeAlias(AliasQuery query,
IndexCoordinates index)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AliasQuery |
AliasBuilder.build() |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.