2009-09-28 09:20:06 -04:00
|
|
|
Apache Solr Clustering Implementation
|
|
|
|
|
|
|
|
Intro:
|
|
|
|
|
|
|
|
See http://wiki.apache.org/solr/ClusteringComponent
|
|
|
|
|
|
|
|
CHANGES
|
|
|
|
|
2010-12-21 19:46:47 -05:00
|
|
|
$Id$
|
2009-09-28 09:20:06 -04:00
|
|
|
|
2010-08-23 10:24:00 -04:00
|
|
|
================== Release XXXX ==================
|
2009-12-23 12:01:42 -05:00
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
2010-08-23 10:24:00 -04:00
|
|
|
* SOLR-1804: Re-enabled clustering on trunk, updated to latest version of Carrot2. No more LGPL run-time dependencies.
|
|
|
|
This release of C2 also does not have a specific Lucene dependency. (Stanislaw Osinski, gsingers)
|
|
|
|
|
2010-12-21 19:46:47 -05:00
|
|
|
* SOLR-2282: Add distributed search support for search result clustering.
|
|
|
|
(Brad Giaccio, koji)
|
|
|
|
|
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.
|