Package org.nuxeo.elasticsearch.api
Interface IndexNameGenerator
- All Known Implementing Classes:
IncrementalIndexNameGenerator
public interface IndexNameGenerator
- Since:
- 9.3
-
Method Summary
Modifier and TypeMethodDescriptiongetNextIndexName
(String aliasName, String oldIndexName) Generates a new index Name from the alias name and the previous index name.
-
Method Details
-
getNextIndexName
Generates a new index Name from the alias name and the previous index name.
-