Class IndexNameExpressionResolver.DateMathExpressionResolver

java.lang.Object
org.elasticsearch.cluster.metadata.IndexNameExpressionResolver.DateMathExpressionResolver
Enclosing class:
IndexNameExpressionResolver

public static final class IndexNameExpressionResolver.DateMathExpressionResolver extends Object
  • Method Details

    • resolve

      public static List<String> resolve(IndexNameExpressionResolver.Context context, List<String> expressions)
      Resolves date math expressions. If this is a noop the given expressions list is returned without copying. As a result callers of this method should not mutate the returned list. Mutating it may come with unexpected side effects.