public abstract class Evaluator extends Object
Pluggable functions for resolving variables
Implementations of this abstract class must provide a public no-arg constructor.
Refer to http://wiki.apache.org/solr/DataImportHandler for more details.
This API is experimental and may change in the future.public abstract String evaluate(String expression, Context context)
VariableResolver
expression
- string to be evaluatedcontext
- instanceVariableResolver