On 8/24/07, Sundling, Paul <[EMAIL PROTECTED]> wrote: > It also seems unusual > exposing fields directly instead of using accessors in the Java code. > Accessors can be give a lot of flexibility that field access doesn't > have.
If you are referring to the UpdateCommand classes, I absolutely agree. My fault... but I never intended for those to be public API. I'm not sure if it's too late to change them - the update processor patch really makes them more public, so after the next Solr release it will be even harder to change. -Yonik