fix solrconfig.xml comment, SolrServlet has been removed on trunk for a while now

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1324855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-04-11 16:36:38 +00:00
parent 7d2d1aa519
commit bfcffd6e67

View File

@ -620,12 +620,12 @@
handleSelect affects the behavior of requests such as /select?qt=XXX
handleSelect="true" will cause the SolrDispatchFilter to process
the request and will result in consistent error handling and
formatting for all types of requests.
the request and dispatch the query to a handler specified by the
"qt" param
handleSelect="false" will cause the SolrDispatchFilter to
ignore "/select" requests and fallback to using the legacy
SolrServlet and it's Solr 1.1 style error formatting
ignore "/select" requests, resulting in a 404 unless a handler
is explicitly registered with the name "/select"
-->
<requestDispatcher handleSelect="true" >
<!-- Request Parsing