Package org.elasticsearch.compute.ann
Annotation Interface ConvertEvaluator
Implement an evaluator for a function applying a static
process
method to each value of a multivalued field.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionExtra part of the name of the evaluator.Exceptions thrown by the process method to catch and convert into a warning and turn into a null value.
-
Element Details
-
extraName
String extraNameExtra part of the name of the evaluator. Use for disambiguating when there are multiple ways to evaluate a function.- Default:
""
-
warnExceptions
Exceptions thrown by the process method to catch and convert into a warning and turn into a null value.- Default:
{}
-