You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/04/11 18:36:38 UTC

svn commit: r1324855 - /lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml

Author: hossman
Date: Wed Apr 11 16:36:38 2012
New Revision: 1324855

URL: http://svn.apache.org/viewvc?rev=1324855&view=rev
Log:
fix solrconfig.xml comment, SolrServlet has been removed on trunk for a while now

Modified:
    lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml

Modified: lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml?rev=1324855&r1=1324854&r2=1324855&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml (original)
+++ lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml Wed Apr 11 16:36:38 2012
@@ -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