lucene/solr/contrib/clustering
Steven Rowe 74360c80f5 LUCENE-2657: Replace Maven POM templates with full POMs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061613 13f79535-47bb-0310-9956-ffa450edef68
2011-01-21 03:44:13 +00:00
..
lib SOLR-2296: Upgrade Carrot2 binaries to version 3.4.2 2011-01-10 10:58:57 +00:00
src LUCENE-2374: Added Attribute reflection API: It's now possible to inspect the contents of AttributeImpl and AttributeSource using a well-defined API 2011-01-19 22:41:16 +00:00
CHANGES.txt SOLR-2269: contrib entries in solr/CHANGES.txt should go solr/contrib/*/CHANGES.txt 2011-01-17 19:51:01 +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

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.