source: sandbox/expresso-solr/solr/contrib/clustering/CHANGES.txt @ 7588

Revision 7588, 2.9 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1Apache Solr Clustering Implementation
2
3Intro:
4
5See http://wiki.apache.org/solr/ClusteringComponent
6
7CHANGES
8
9$Id$
10================== Release 4.0.0-ALPHA ==============
11
12* SOLR-3470: Bug fix: custom Carrot2 tokenizer and stemmer factories are
13  respected now (Stanislaw Osinski, Dawid Weiss)
14
15================== Release 3.6.0 ==================
16
17* SOLR-2937: Configuring the number of contextual snippets used for
18  search results clustering. The hl.snippets parameter is now respected
19  by the clustering plugin, can be overridden by carrot.summarySnippets
20  if needed (Stanislaw Osinski).
21
22* SOLR-2938: Clustering on multiple fields. The carrot.title and
23  carrot.snippet can now take comma- or space-separated lists of
24  field names to cluster (Stanislaw Osinski).
25
26* SOLR-2939: Clustering of multilingual search results. The document's
27  language field be passed in the carrot.lang parameter, the carrot.lcmap
28  parameter enables mapping of language codes to ISO 639 (Stanislaw Osinski).
29
30* SOLR-2940: Passing values for custom Carrot2 fields. The custom field
31  mapping are defined using the carrot.custom parameter (Stanislaw Osinski).
32
33* SOLR-2941: NullPointerException on clustering component initialization
34  when schema does not have a unique key field (Stanislaw Osinski).
35
36* SOLR-2942: ClassCastException when passing non-textual fields for
37  clustering (Stanislaw Osinski).
38
39================== Release 3.5.0 ==================
40
41(No Changes)
42
43================== Release 3.4.0 ==================
44
45* SOLR-2706: The carrot.lexicalResourcesDir parameter now works
46  with absolute directories (Stanislaw Osinski)
47 
48* SOLR-2692: Typo in param name fixed: "carrot.fragzise" changed to
49  "carrot.fragSize" (Stanislaw Osinski).
50
51================== Release 3.3.0 ==================
52
53(No Changes)
54
55================== Release 3.2.0 ==================
56
57* SOLR-2448: Search results clustering updates: bisecting k-means
58  clustering algorithm added, loading of Carrot2 stop words from
59  <solr.home>/conf/carrot2 (SOLR-2449), using Solr's stopwords.txt
60  for clustering (SOLR-2450), output of cluster scores (SOLR-2505)
61  (Stanislaw Osinski, Dawid Weiss).
62
63================== Release 3.1.0 ==================
64
65* SOLR-1684: Switch to use the SolrIndexSearcher.doc(int, Set<String>) method b/c it can use the document cache (gsingers)
66
67* SOLR-1692: Fix bug relating to carrot.produceSummary option (gsingers)
68
69* SOLR-1804: Re-enabled clustering on trunk, updated to latest version of Carrot2.  No more LGPL run-time dependencies.
70  This release of C2 also does not have a specific Lucene dependency.  (Stanislaw Osinski, gsingers)
71
72* SOLR-2282: Add distributed search support for search result clustering.
73  (Brad Giaccio, Dawid Weiss, Stanislaw Osinski, rmuir, koji)
74
75================== Release 1.4.0 ==================
76
77Solr Clustering will be released for the first time in Solr 1.4.  See http://wiki.apache.org/solr/ClusteringComponent
78 for details on using.
Note: See TracBrowser for help on using the repository browser.