public interface IndexTemplateComposer
Modifier and Type | Method and Description |
---|---|
String |
composeIndexTemplate(CustomIndexConfiguration indexConfiguration,
String indexPrefix)
Create the Elasticsearch index template for the given index configuration as a JSON string.
|
String composeIndexTemplate(CustomIndexConfiguration indexConfiguration, String indexPrefix)
indexConfiguration
- the index configuration to create the template for