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-06-22 05:31:18 -04:00
|
|
|
(No Changes)
|
|
|
|
|
2011-11-21 06:27:57 -05:00
|
|
|
================== Release 3.6.0 ==================
|
|
|
|
|
2011-12-09 10:57:36 -05:00
|
|
|
* SOLR-2937: Configuring the number of contextual snippets used for
|
|
|
|
search results clustering. The hl.snippets parameter is now respected
|
|
|
|
by the clustering plugin, can be overridden by carrot.summarySnippets
|
|
|
|
if needed (Stanislaw Osinski).
|
2011-11-21 06:27:57 -05:00
|
|
|
|
2011-12-09 10:58:42 -05:00
|
|
|
* SOLR-2938: Clustering on multiple fields. The carrot.title and
|
|
|
|
carrot.snippet can now take comma- or space-separated lists of
|
|
|
|
field names to cluster (Stanislaw Osinski).
|
|
|
|
|
2011-12-09 11:00:40 -05:00
|
|
|
* SOLR-2939: Clustering of multilingual search results. The document's
|
|
|
|
language field be passed in the carrot.lang parameter, the carrot.lcmap
|
|
|
|
parameter enables mapping of language codes to ISO 639 (Stanislaw Osinski).
|
|
|
|
|
2011-12-09 11:02:09 -05:00
|
|
|
* SOLR-2940: Passing values for custom Carrot2 fields. The custom field
|
|
|
|
mapping are defined using the carrot.custom parameter (Stanislaw Osinski).
|
|
|
|
|
2011-12-09 11:03:42 -05:00
|
|
|
* SOLR-2941: NullPointerException on clustering component initialization
|
|
|
|
when schema does not have a unique key field (Stanislaw Osinski).
|
|
|
|
|
2011-12-09 11:04:58 -05:00
|
|
|
* SOLR-2942: ClassCastException when passing non-textual fields for
|
|
|
|
clustering (Stanislaw Osinski).
|
|
|
|
|
2011-09-08 08:24:16 -04:00
|
|
|
================== Release 3.5.0 ==================
|
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
|
|
|
================== Release 3.4.0 ==================
|
2011-06-22 05:31:18 -04:00
|
|
|
|
2011-12-09 10:57:36 -05:00
|
|
|
* SOLR-2706: The carrot.lexicalResourcesDir parameter now works
|
|
|
|
with absolute directories (Stanislaw Osinski)
|
2011-08-11 08:23:08 -04:00
|
|
|
|
2011-12-09 10:57:36 -05:00
|
|
|
* SOLR-2692: Typo in param name fixed: "carrot.fragzise" changed to
|
2011-08-03 05:32:52 -04:00
|
|
|
"carrot.fragSize" (Stanislaw Osinski).
|
2011-01-17 14:51:01 -05:00
|
|
|
|
2011-06-22 05:31:18 -04:00
|
|
|
================== Release 3.3.0 ==================
|
2011-05-30 18:53:19 -04:00
|
|
|
|
|
|
|
(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.
|