lucene/solr/contrib/clustering
Robert Muir 6d2a288be3 LUCENE-4262: add ivy sync=true, so when resolve runs, only jars that should be there are there
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366509 13f79535-47bb-0310-9956-ffa450edef68
2012-07-27 19:18:49 +00:00
..
src LUCENE-4044: fix more compil 2012-07-24 04:05:36 +00:00
CHANGES.txt Copy over changes from 3.6 branch #2 2012-07-23 10:33:34 +00:00
README.txt SOLR-1804: clean up readme 2010-08-24 10:55:14 +00:00
build.xml SOLR-2452: merged with trunk up r1144161; applied the svn movement script and the latest version of the post-svn-movement patch 2011-07-08 06:41:23 +00:00
ivy.xml Use actual carrot2-core dependencies (consistent with pom.xml) - jackson 1.7.4. 2012-04-02 22:24:38 +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.