lucene/solr/contrib/clustering
Robert Muir 05a4d05c77 SOLR-2303: remove unnecessary (and problematic) log4j jars in contribs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054405 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 13:42:03 +00:00
..
lib SOLR-2303: remove unnecessary (and problematic) log4j jars in contribs 2011-01-02 13:42:03 +00:00
src SOLR-2299: enforce resource handling, prevent test interference by running in a jvm-unique CWD (under build/, same as tempDir) 2010-12-31 20:17:20 +00:00
CHANGES.txt SOLR-2282: add distributed support to search results clustering 2010-12-22 00:46:47 +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 SOLR-2299: enforce resource handling, prevent test interference by running in a jvm-unique CWD (under build/, same as tempDir) 2010-12-31 20:17:20 +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.