On Aug 17, 2009, at 10:15 PM, Yonik Seeley wrote:
Too high level for Lucene I think, and nothing is currently needed for Lucene - a user calls doc() to get the document and then they can modify or add fields however they want. An interface could be useful for Solr... but getting 1.4 out the door is top priority.
Agreed, I think I may make a simple mod to the SolrPluginUtils for now to allow callback there. That would at least save one extra loop and it wouldn't require any lower-level changes.