On 4/5/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> I'm certainly on board with adding a requestHandler mapping for "/update",
> but i'm not sure how i feel about changing it under the covers ...

I'm suggesting we keep /update mapped to SolrUpdateServlet in web.xml, but map:

  <requestHandler name="/update" class="solr.XmlUpdateRequestHandler" >

+1

I am not sure what we should do with the DispatchFilter handle-select parameter:
    <init-param>
      <param-name>handle-select</param-name>
      <param-value>true</param-value>
    </init-param>

Why do we need this parameter?  I thought that /select through
DispatchFilter would be backward compatible with the servlet's current
handling?  If that's the case, just have dispatch handle it and be
done with it.

-Yonik

Reply via email to