From cc249256caf58b759f0cb941623e5991b588d8db Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Tue, 22 Mar 2011 20:44:21 +0000 Subject: [PATCH] Removing the note about excluded JARs (everything is included). git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1084345 13f79535-47bb-0310-9956-ffa450edef68 --- solr/example/solr/conf/solrconfig.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/solr/example/solr/conf/solrconfig.xml b/solr/example/solr/conf/solrconfig.xml index b6fe51fd0ee..0601cd8c5c4 100755 --- a/solr/example/solr/conf/solrconfig.xml +++ b/solr/example/solr/conf/solrconfig.xml @@ -1183,12 +1183,10 @@ http://wiki.apache.org/solr/ClusteringComponent - This relies on third party jars which are notincluded in the - release. To use this component (and the "/clustering" handler) - Those jars will need to be downloaded, and you'll need to set - the solr.cluster.enabled system property when running solr... + You'll need to set the solr.cluster.enabled system property + when running solr to run with clustering enabled: - java -Dsolr.clustering.enabled=true -jar start.jar + java -Dsolr.clustering.enabled=true -jar start.jar -->