lucene/example/solr/conf
Ryan McKinley 25a185b7da 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>



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533558 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 20:47:23 +00:00
..
xslt a few minor improvements: multi-val fields as lists, and DHTML reveal of score explanation if available 2006-11-29 20:27:33 +00:00
admin-extra.html license updates 2006-11-29 03:48:31 +00:00
protwords.txt license updates 2006-11-29 03:48:31 +00:00
schema.xml allow fieldType as well as fieldtype in schema 2007-04-11 18:16:01 +00:00
scripts.conf LF endings for scripts.conf 2006-12-28 15:52:47 +00:00
solrconfig.xml SOLR-204: Make it possible for the request dispatcher to handle /select. This offers uniform error handling for /update and /select. 2007-04-29 20:47:23 +00:00
stopwords.txt license updates 2006-11-29 03:48:31 +00:00
synonyms.txt license updates 2006-11-29 03:48:31 +00:00