Package org.nuxeo.elasticsearch.core
Class IncrementalIndexNameGenerator
java.lang.Object
org.nuxeo.elasticsearch.core.IncrementalIndexNameGenerator
- All Implemented Interfaces:
IndexNameGenerator
- Since:
- 9.3
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNextIndexName
(String aliasName, String oldIndexName) Generates a new index Name from the alias name and the previous index name.
-
Field Details
-
SEP
- See Also:
-
-
Constructor Details
-
IncrementalIndexNameGenerator
public IncrementalIndexNameGenerator()
-
-
Method Details
-
getNextIndexName
Description copied from interface:IndexNameGenerator
Generates a new index Name from the alias name and the previous index name.- Specified by:
getNextIndexName
in interfaceIndexNameGenerator
-