mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
bc890a1ff2
commit
cc249256ca
|
@ -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
|
||||
-->
|
||||
<searchComponent name="clustering"
|
||||
enable="${solr.clustering.enabled:false}"
|
||||
|
|
Loading…
Reference in New Issue