2009-09-28 09:20:06 -04:00
|
|
|
Apache Solr Clustering Implementation
|
|
|
|
|
|
|
|
Intro:
|
|
|
|
|
|
|
|
See http://wiki.apache.org/solr/ClusteringComponent
|
|
|
|
|
|
|
|
CHANGES
|
|
|
|
|
|
|
|
$Id:$
|
|
|
|
|
2009-12-23 12:01:42 -05:00
|
|
|
================== Release 1.5-dev ==================
|
|
|
|
|
|
|
|
* SOLR-1684: Switch to use the SolrIndexSearcher.doc(int, Set<String>) method b/c it can use the document cache (gsingers)
|
|
|
|
|
2010-01-04 09:28:59 -05:00
|
|
|
* SOLR-1692: Fix bug relating to carrot.produceSummary option (gsingers)
|
|
|
|
|
2009-10-26 16:23:00 -04:00
|
|
|
================== Release 1.4.0 ==================
|
2009-09-28 09:20:06 -04:00
|
|
|
|
|
|
|
Solr Clustering will be released for the first time in Solr 1.4. See http://wiki.apache.org/solr/ClusteringComponent
|
|
|
|
for details on using.
|