Interface IndexTemplateComposer

All Known Implementing Classes:
IndexTemplateComposerImpl

public interface IndexTemplateComposer
  • Method Summary

    Modifier and Type Method Description
    java.lang.String composeIndexTemplate​(CustomIndexConfiguration indexConfiguration, java.lang.String indexPrefix)
    Create the Elasticsearch index template for the given index configuration as a JSON string.
  • Method Details

    • composeIndexTemplate

      java.lang.String composeIndexTemplate​(CustomIndexConfiguration indexConfiguration, java.lang.String indexPrefix)
      Create the Elasticsearch index template for the given index configuration as a JSON string.
      Parameters:
      indexConfiguration - the index configuration to create the template for
      Returns:
      the JSON string representation of the index template