You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2011/03/02 17:03:39 UTC

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

Author: gsingers
Date: Wed Mar  2 16:03:39 2011
New Revision: 1076270

URL: http://svn.apache.org/viewvc?rev=1076270&view=rev
Log:
cleanup clustering spaces a bit

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=1076270&r1=1076269&r2=1076270&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml (original)
+++ lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml Wed Mar  2 16:03:39 2011
@@ -1207,9 +1207,7 @@
            See http://project.carrot2.org/algorithms.html for the
            algorithm's characteristics.
         -->
-      <str name="carrot.algorithm">
-        org.carrot2.clustering.lingo.LingoClusteringAlgorithm
-      </str>
+      <str name="carrot.algorithm">org.carrot2.clustering.lingo.LingoClusteringAlgorithm</str>
       <!-- Overriding values for Carrot2 default algorithm attributes.
 
            For a description of all available attributes, see:
@@ -1230,9 +1228,7 @@
     </lst>
     <lst name="engine">
       <str name="name">stc</str>
-      <str name="carrot.algorithm">
-        org.carrot2.clustering.stc.STCClusteringAlgorithm
-      </str>
+      <str name="carrot.algorithm">org.carrot2.clustering.stc.STCClusteringAlgorithm</str>
     </lst>
   </searchComponent>