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: reflect changes in location ------------------------------------------------------------------------------ == Example == - 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. + 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 example directory, then: + To run the example, cd to the main Solr example directory, then: {{{ - java -Dsolr.solr.home=./clustering/solr -jar start.jar + java -Dsolr.solr.home=../contrib/clustering -jar start.jar }}} Then, add some docs using the post tool in the exampledocs directory. + The configuration (solrconfig.xml) looks like: {{{
