On 8/22/06, jason rutherglen <[EMAIL PROTECTED]> wrote:
Is this being worked on? Otherwise I'll do it.
Could you be more explicit... do you mean starting to use Fieldable instead of Field due to the introduction of Lucene's Fieldable (which Field subclasses)? Do you mean lazy loading of fields? Some Solr methods accepting Field could be changed to Fieldable, but changing methods returning Field to Fieldable would break backwards compatibility and need to be handled more carefully. -Yonik