lucene/solr/contrib/clustering
Steven Rowe 036078baea SOLR-2452: merged with trunk up to r1130266. Removed duplicate solr-contrib-uptodate definition in solr/contrib/contrib-build.xml. Fixed directory glob in solr-contrib-uptodate target: .../src/main/java/ -> .../src/java/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr2452@1130331 13f79535-47bb-0310-9956-ffa450edef68
2011-06-01 22:37:09 +00:00
..
lib SOLR-2561: fixing SimpleXML notice file 2011-05-31 12:32:52 +00:00
src SOLR-2452: Merged with trunk up to r1129202; standardized solr/contrib/* layouts. 2011-05-30 14:51:25 +00:00
CHANGES.txt SOLR-2559: all solr contrib CHANGES.txt have 3.2-dev as the release header 2011-05-30 22:53:19 +00:00
README.txt SOLR-1804: clean up readme 2010-08-24 10:55:14 +00:00
build.xml SOLR-2279: use Lucene's MockDirectoryWrapper in Solr tests 2011-06-01 08:22:23 +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.