On 1/20/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
>
> what!? .. really????? ... you don't think the ones i mentioned before are
> things we should support out of the box?
>
> - no stream parser (needed for simple GETs)
> - single stream from raw post body (needed for current updates
> - multiple streams from multipart mime in post body (needed for SOLR-85)
> - multiple streams from files specified in params (needed for SOLR-66)
> - multiple streams from remote URL specified in params
>
I have imagined the single default parser handles *all* the cases you
just mentioned.
Yes, this is what I had envisioned.
And if we come up with another cool standard one, we can add it and
all the current/older handlers get that additional behavior for free.
-Yonik