Improve Evaluator API
---------------------
Key: SOLR-996
URL: https://issues.apache.org/jira/browse/SOLR-996
Project: Solr
Issue Type: Improvement
Components: contrib - DataImportHandler
Affects Versions: 1.3
Reporter: Shalin Shekhar Mangar
Assignee: Shalin Shekhar Mangar
Priority: Minor
Fix For: 1.4
An Evaluator does not know about the Context object which limits use-cases. For
example, the use-case given by Gregg in solr-user --
http://markmail.org/thread/pu3z27lreefbbkin
We can add the evaluate method and pass in the Context object. It is a non
back-compatible change but since the Evaluator is marked as experimental and
it's API has never been documented on the wiki, it should be fine.
We should also rename it to Function to be consistent with the
dataimporter.functions namespace it is used with.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.