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 sh...@apache.org on 2009/12/24 07:34:56 UTC

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

Author: shalin
Date: Thu Dec 24 06:34:54 2009
New Revision: 893700

URL: http://svn.apache.org/viewvc?rev=893700&view=rev
Log:
Remove irrelevant comments and link to SpellCheckComponent wiki

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=893700&r1=893699&r2=893700&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Thu Dec 24 06:34:54 2009
@@ -682,17 +682,17 @@
   the standard or dismax SearchHandler) queries such that a separate request is
   not needed to get suggestions.
 
+  See http://wiki.apache.org/solr/SpellCheckComponent for details on the request
+  parameters. 
+
   IN OTHER WORDS, THERE IS REALLY GOOD CHANCE THE SETUP BELOW IS NOT WHAT YOU
   WANT FOR YOUR PRODUCTION SYSTEM!
   #############################################################################
   -->
   <requestHandler name="/spell" class="solr.SearchHandler" lazy="true">
     <lst name="defaults">
-      <!-- omp = Only More Popular -->
       <str name="spellcheck.onlyMorePopular">false</str>
-      <!-- exr = Extended Results -->
       <str name="spellcheck.extendedResults">false</str>
-      <!--  The number of suggestions to return -->
       <str name="spellcheck.count">1</str>
     </lst>
     <arr name="last-components">