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 2009/07/27 18:23:12 UTC

[Solr Wiki] Update of "ClusteringComponent" by GrantIngersoll

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 GrantIngersoll:
http://wiki.apache.org/solr/ClusteringComponent

------------------------------------------------------------------------------
  
  To run the example, cd to the main Solr example directory, then:
  {{{
+ ant example //builds the local example for clustering
- java -Dsolr.solr.home=../contrib/clustering -jar start.jar
+ java -Dsolr.solr.home=../contrib/clustering/example -jar start.jar
  }}}
  Then, add some docs using the post tool in the exampledocs directory.