I download Solr 4.0 from trunk today and I tried using a custom Evaluator during my full/delta-importing.

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!
  }
}

Reply via email to