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/01/09 13:25:20 UTC

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

Author: dweiss
Date: Wed Jan  9 12:25:19 2013
New Revision: 1430820

URL: http://svn.apache.org/viewvc?rev=1430820&view=rev
Log:
Typo in property name corrected.

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=1430820&r1=1430819&r2=1430820&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml (original)
+++ lucene/dev/trunk/solr/example/solr/collection1/conf/solrconfig.xml Wed Jan  9 12:25:19 2013
@@ -1344,7 +1344,7 @@
 
        http://wiki.apache.org/solr/ClusteringComponent
 
-       You'll need to set the solr.cluster.enabled system property
+       You'll need to set the solr.clustering.enabled system property
        when running solr to run with clustering enabled:
 
             java -Dsolr.clustering.enabled=true -jar start.jar