lucene/solr/contrib/clustering
Ryan McKinley 6b212ad3bb LUCENE-2490 -- ant generate-maven-artifacts will build lucuen and solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@955464 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 02:25:11 +00:00
..
lib SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
src SOLR-1851: luceneAutoCommit no longer has any effect - remove it from config 2010-04-11 21:40:38 +00:00
CHANGES.txt SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
DISABLED-README.txt SOLR-1943: Disable clustering contrib for now inn trunk, until problem with circular dependency is solved 2010-06-08 11:22:46 +00:00
README.txt SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
build.xml.disabled SOLR-1943: Disable clustering contrib for now inn trunk, until problem with circular dependency is solved 2010-06-08 11:22:46 +00:00
solr-clustering-pom.xml.template LUCENE-2490 -- ant generate-maven-artifacts will build lucuen and solr 2010-06-17 02:25:11 +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, PNJ and simple-xml.