Interface IndexTemplateFilter
-
public interface IndexTemplateFilterEnables filtering the index templates that will be applied for an index, per create index request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(CreateIndexClusterStateUpdateRequest request, IndexTemplateMetaData template)
-
-
-
Method Detail
-
apply
boolean apply(CreateIndexClusterStateUpdateRequest request, IndexTemplateMetaData template)
- Returns:
trueif the given template should be applied on the newly created index,falseotherwise.
-
-