You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2007/10/02 16:57:35 UTC

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

Author: ehatcher
Date: Tue Oct  2 07:57:34 2007
New Revision: 581270

URL: http://svn.apache.org/viewvc?rev=581270&view=rev
Log:
fix typo in example config comments

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

Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?rev=581270&r1=581269&r2=581270&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Tue Oct  2 07:57:34 2007
@@ -272,7 +272,7 @@
      Names starting with a '/' are accessed with the a path equal to the 
      registered name.  Names without a leading '/' are accessed with:
       http://host/app/select?qt=name
-     If no qt is defined, the requestHandlere that declares default="true"
+     If no qt is defined, the requestHandler that declares default="true"
      will be used.
   -->
   <requestHandler name="standard" class="solr.StandardRequestHandler" default="true">