lucene/solr/contrib/clustering
Robert Muir 66d7bb2f4d LUCENE-2619: improve test system (consistency of var names, args, sysprops passed to solr contribs, etc)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@988527 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 13:20:15 +00:00
..
lib SOLR-1804: Re-integrated Carrot2 2010-08-23 14:24:00 +00:00
src SOLR-1804: Re-integrated Carrot2 2010-08-23 14:24:00 +00:00
CHANGES.txt SOLR-1804: Re-integrated Carrot2 2010-08-23 14:24:00 +00: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 SOLR-1804: clean up readme 2010-08-24 10:55:14 +00:00
build.xml LUCENE-2619: improve test system (consistency of var names, args, sysprops passed to solr contribs, etc) 2010-08-24 13:20:15 +00: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.