You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2013/10/17 10:20:55 UTC

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

Author: dweiss
Date: Thu Oct 17 08:20:54 2013
New Revision: 1533005

URL: http://svn.apache.org/r1533005
Log:
SOLR-5219: This comment is no longer valid (the first component becomes the default).

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

Modified: lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml?rev=1533005&r1=1533004&r2=1533005&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml (original)
+++ lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml Thu Oct 17 08:20:54 2013
@@ -1391,9 +1391,6 @@
   <searchComponent name="clustering"
                    enable="${solr.clustering.enabled:false}"
                    class="solr.clustering.ClusteringComponent" >
-    <!-- Declare a named clustering engine. Only one engine can be named 
-         "default" (and it becomes the default one for the search component). 
-      -->
     <lst name="engine">
       <str name="name">lingo</str>