lucene/solr/contrib/clustering
Robert Muir d38ec19a28 LUCENE-2639: remove random juggling in tests, add -Dtests.seed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995772 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10 12:34:18 +00:00
..
lib SOLR-1804: Re-integrated Carrot2 2010-08-23 14:24:00 +00:00
src LUCENE-2611: make test abstract, and name it *TestCase so ant won't execute it 2010-09-07 02:05:55 +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-2639: remove random juggling in tests, add -Dtests.seed 2010-09-10 12:34:18 +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.