Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by YonikSeeley:
http://wiki.apache.org/solr/ClusteringComponent

The comment on the change is:
fix start command

------------------------------------------------------------------------------
  In the Solr example ({{{<path to solr>/example}}}), the clustering sub 
directory contains a simple example that works off of the existing sample 
documents, but does clustering on them.
  
  To run the example, cd to the example directory, then:
- java -Dsolr.solr.home=./clustering/solr start.jar
+ java -Dsolr.solr.home=./clustering/solr -jar start.jar
  
  Then, add some docs using the post tool in the exampledocs directory.
  

Reply via email to