lucene/contrib/clustering
Chris M. Hostetter 6240c76c0f 1) removing some additional lib copying yonik seems to have
missed in r791147
2) setting some props on the lib dir so download jars are 
   ignored
3) tweaking clean-downloads so it's less brittle to rev'ing 
   downloads in the future (multiple versions might have
   been left in lib accidently)
   




git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792724 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 21:52:13 +00:00
..
conf move clustering server out of example, use clustering libs w/o making a copy 2009-07-04 16:22:40 +00:00
lib SOLR-769: Add clustering contrib capabilities to Solr 2009-05-20 13:29:52 +00:00
src add missing ASL headers 2009-07-02 14:11:26 +00:00
README.txt move clustering server out of example, use clustering libs w/o making a copy 2009-07-04 16:22:40 +00:00
build.xml 1) removing some additional lib copying yonik seems to have 2009-07-09 21:52:13 +00:00
solr-clustering-pom.xml.template SOLR-769: Add clustering contrib capabilities to Solr 2009-05-20 13:29:52 +00:00

README.txt

The Clustering contrib plugin for Solr provides a generic mechanism for plugging in third party clustering implementations.
It currently provides clustering support for search results using the Carrot2 project.

See http://wiki.apache.org/solr/ClusteringComponent for how to get started.

Also, note, some of the Carrot2 libraries cannot be distributed in binary form because they are LGPL.  Thus, you will have
to download those components.  See the build.xml file located in this directory for the location of the libraries.
The libraries you will need are: nni.jar, Colt and PNJ.