You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2015/03/30 21:24:05 UTC

svn commit: r1670183 - /lucene/dev/trunk/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml

Author: tflobbe
Date: Mon Mar 30 19:24:05 2015
New Revision: 1670183

URL: http://svn.apache.org/r1670183
Log:
SOLR-6845: Updated SuggestComponent comments in techproducts example configset

Modified:
    lucene/dev/trunk/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml

Modified: lucene/dev/trunk/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml?rev=1670183&r1=1670182&r2=1670183&view=diff
==============================================================================
--- lucene/dev/trunk/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml (original)
+++ lucene/dev/trunk/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml Mon Mar 30 19:24:05 2015
@@ -1361,10 +1361,14 @@
     </arr>
   </requestHandler>
 
-  <!-- This is disabled by default because it currently causes long startup times on 
-       big indexes, even when never used.  See SOLR-6679 for background.
-
-       To use this suggester, set the "solr.suggester.enabled=true" system property
+  <!-- The SuggestComponent in Solr provides users with automatic suggestions for query terms. 
+       You can use this to implement a powerful auto-suggest feature in your search application.
+       As with the rest of this solrconfig.xml file, the configuration of this component is purely
+       an example that applies specifically to this configset and example documents. 
+       
+       More information about this component and other configuration options are described in the
+       "Suggester" section of the reference guide available at 
+       http://archive.apache.org/dist/lucene/solr/ref-guide
     -->
   <searchComponent name="suggest" class="solr.SuggestComponent">
     <lst name="suggester">
@@ -1388,7 +1392,6 @@
       <str>suggest</str>
     </arr>
   </requestHandler>
-  -->
 
 
   <!-- Term Vector Component