Within the evaluate method though, the Context is always null? When using this same class with Solr 1.4.1 the context always exists. Is this a bug or is this behavior expected?
Thanks public class MyEvaluator extends Evaluator { @Override public String evaluate(String argument, Context context) { // Argument is present however context is always null! } }