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$
|
2011-05-30 18:53:19 -04:00
|
|
|
================== Release 4.0.0-dev ==============
|
2009-09-28 09:20:06 -04:00
|
|
|
|
2011-05-16 09:19:46 -04:00
|
|
|
* SOLR-2448: Search results clustering updates: bisecting k-means
|
|
|
|
clustering algorithm added, loading of Carrot2 stop words from
|
|
|
|
<solr.home>/conf/carrot2 (SOLR-2449), using Solr's stopwords.txt
|
|
|
|
for clustering (SOLR-2450), output of cluster scores (SOLR-2505)
|
|
|
|
(Stanislaw Osinski, Dawid Weiss).
|
2011-01-17 14:51:01 -05:00
|
|
|
|
2011-05-30 18:53:19 -04:00
|
|
|
================== Release 3.3.0-dev ==============
|
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
|
|
|
================== Release 3.2.0 ==================
|
2011-03-06 17:38:05 -05:00
|
|
|
|
2011-05-16 09:19:46 -04:00
|
|
|
* SOLR-2448: Search results clustering updates: bisecting k-means
|
|
|
|
clustering algorithm added, loading of Carrot2 stop words from
|
|
|
|
<solr.home>/conf/carrot2 (SOLR-2449), using Solr's stopwords.txt
|
|
|
|
for clustering (SOLR-2450), output of cluster scores (SOLR-2505)
|
|
|
|
(Stanislaw Osinski, Dawid Weiss).
|
2011-03-06 17:38:05 -05:00
|
|
|
|
2011-05-30 18:53:19 -04:00
|
|
|
================== Release 3.1.0 ==================
|
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.
|
2011-01-15 19:12:58 -05:00
|
|
|
(Brad Giaccio, Dawid Weiss, Stanislaw Osinski, rmuir, koji)
|
2010-12-21 19:46:47 -05:00
|
|
|
|
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
|
2011-01-15 19:12:58 -05:00
|
|
|
for details on using.
|