You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/11/29 09:29:27 UTC

[Solr Wiki] Trivial Update of "ClusteringComponent" by KojiSekiguchi

Dear Wiki user,

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

The "ClusteringComponent" page has been changed by KojiSekiguchi.
The comment on this change is: typo.
http://wiki.apache.org/solr/ClusteringComponent?action=diff&rev1=41&rev2=42

--------------------------------------------------

  == Installing on Tomcat ==
  After you run the {{{ant get-libraries}}} in the contrib/clustering directory, you must copy all the .jar files in the contrib/clustering and contrib/clustering/downloads directories into ${solr.home}/lib.
  
- Copy also the dist/apache-solr-clustering-*.jar file into your ${solr.home}/lib directory. This is needed to needed to run the clustering component.
+ Copy also the dist/apache-solr-clustering-*.jar file into your ${solr.home}/lib directory. This is needed to run the clustering component.
  
  Finally, inform Tomcat to enable the clustering component by adding {{{-Dsolr.clustering.enabled=true}}} to $CATALINA_OPTS.