lucene/contrib/clustering
Chris M. Hostetter d157af5424 make all examples of refrencing solr jars consistent across the various solrconfig.xml files - new regex will match official version numbers, dev version numbers, and 'nightly' version numbers, but will prevent the JVM from loading the 'src' and 'doc' jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824882 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 18:58:59 +00:00
..
example/conf make all examples of refrencing solr jars consistent across the various solrconfig.xml files - new regex will match official version numbers, dev version numbers, and 'nightly' version numbers, but will prevent the JVM from loading the 'src' and 'doc' jars 2009-10-13 18:58:59 +00:00
lib SOLR-1314: cleans up Carrot2 implementation and upgrades it to latest release 2009-09-28 13:20:06 +00:00
src SOLR-1314: cleans up Carrot2 implementation and upgrades it to latest release 2009-09-28 13:20:06 +00:00
CHANGES.txt SOLR-1314: cleans up Carrot2 implementation and upgrades it to latest release 2009-09-28 13:20:06 +00:00
README.txt simple-xml is also not distributed and needs to be downloaded 2009-09-28 20:30:21 +00:00
build.xml SOLR-1449: solrconfig.xml syntax to add classpath elements from outside of instanceDir 2009-10-12 14:41:51 +00:00
solr-clustering-pom.xml.template Get the deps right! 2009-09-28 15:09: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.