Class CreateIndexSettings
java.lang.Object
org.springframework.data.elasticsearch.core.mapping.CreateIndexSettings
Encapsulating index mapping fields, settings, and index alias(es).
- Since:
- 5.3
- Author:
- Youssef Aouichaoui
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateIndexSettings.Builderbuilder(IndexCoordinates indexCoordinates) Alias[]
-
Method Details
-
builder
-
getIndexCoordinates
-
getAliases
-
getSettings
-
getMapping
-