/[Apache-SVN]
ViewVC logotype

Revision 533558


Jump to revision: Previous Next
Author: ryan
Date: Sun Apr 29 20:47:23 2007 UTC (17 years, 6 months ago)
Changed paths: 6
Log Message:
SOLR-204:  Make it possible for the request dispatcher to handle /select.  This offers uniform error handling for /update and /select.

This change will affect anyone who has added "enableRemoteStreaming" to their solrconfig.xml since solr1.1

Where you had:
<requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048" /> 

You now need:
<requestDispatcher handleSelect="true" >
  <requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048" />
</requestDispatcher>



Changed paths

Path Details
Directorylucene/solr/trunk/CHANGES.txt modified , text changed
Directorylucene/solr/trunk/example/solr/conf/solrconfig.xml modified , text changed
Directorylucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml modified , text changed
Directorylucene/solr/trunk/src/webapp/WEB-INF/web.xml modified , text changed
Directorylucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java modified , text changed
Directorylucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrRequestParsers.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26