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:46:03 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 following page has been changed by KojiSekiguchi:
http://wiki.apache.org/solr/ClusteringComponent

------------------------------------------------------------------------------
  
  The contrib/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 main Solr example directory, then:
+ To run the example, cd to the Solr install directory, then:
  {{{
- ant example //builds the local example for clustering
+ $ ant example //builds the local example for clustering
+ $ cd example
- java -Dsolr.solr.home=../contrib/clustering/example -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.