| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.index |
Classes related to Elasticsearch index management.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AliasAction.Add
AliasAction to add an alias. |
static class |
AliasAction.Remove
AliasAction to remove an alias. |
static class |
AliasAction.RemoveIndex
AliasAction to remove an index. |
| Modifier and Type | Method and Description |
|---|---|
List<AliasAction> |
AliasActions.getActions() |
| Modifier and Type | Method and Description |
|---|---|
AliasActions |
AliasActions.add(AliasAction... actions)
Adds
AliasAction elements to this AliasActions |
| Constructor and Description |
|---|
AliasActions(AliasAction... actions)
Creates an
AliasActions object with the passed in action elements. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.