lucene/solr/contrib/clustering
Erik Hatcher 867c75a5d9 Remove explicitly defined request handlers from example and test solrconfig's that are already defined implicitly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684080 13f79535-47bb-0310-9956-ffa450edef68
2015-06-07 22:31:26 +00:00
..
src Remove explicitly defined request handlers from example and test solrconfig's that are already defined implicitly 2015-06-07 22:31:26 +00:00
README.txt SOLR-1804: clean up readme 2010-08-24 10:55:14 +00:00
build.xml simplify build.xml: specialization for test.lib.dir and test-lib resolution are no longer needed, since they're now defined in ../contrib-build.xml 2014-09-20 12:41:15 +00:00
ivy.xml LUCENE-6007: Regularize ivy.xml files to use configurations that map to remote master configurations, so that Ivy won't try to download extraneous crap 2014-10-16 20:13:48 +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.