lucene/solr/contrib/clustering
Chris M. Hostetter 18a095b43b SOLR-2631: improve the example usage(s) of PingRequestHandler to reduce risk of people ever even seeing an error about recursive ping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1142722 13f79535-47bb-0310-9956-ffa450edef68
2011-07-04 16:14:46 +00:00
..
lib SOLR-2561: fixing SimpleXML notice file 2011-05-31 12:32:52 +00:00
src SOLR-2631: improve the example usage(s) of PingRequestHandler to reduce risk of people ever even seeing an error about recursive ping 2011-07-04 16:14:46 +00:00
CHANGES.txt bump 3.3-dev to 3.4-dev 2011-06-22 09:31:18 +00:00
README.txt SOLR-1804: clean up readme 2010-08-24 10:55:14 +00:00
build.xml SOLR-2612 -- Add testpackage and testpackageroot conditions to clustering and analysis-extras build files 2011-06-22 06:58:57 +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.