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

Revision 7588, 1.7 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 
1                    Apache Solr - Analysis Extras
2                            Release Notes
3
4Introduction
5------------
6The analysis-extras plugin provides additional analyzers that rely
7upon large dependencies/dictionaries.
8
9It includes integration with ICU for multilingual support, and
10analyzers for Chinese and Polish.
11
12
13$Id$
14==================  4.0.0-ALPHA ==============
15
16* SOLR-2396: Add ICUCollationField, which is much more efficient than
17  the Solr 3.x ICUCollationKeyFilterFactory, and also supports
18  Locale-sensitive range queries.  (rmuir)
19
20==================  3.6.0 ==================
21
22* SOLR-2919: Added parametric tailoring options to ICUCollationKeyFilterFactory.
23  These can be used to customize range query/sort behavior, for example to
24  support numeric collation, ignore punctuation/whitespace, ignore accents but
25  not case, control whether upper/lowercase values are sorted first, etc.  (rmuir)
26
27==================  3.5.0 ==================
28
29(No Changes)
30
31==================  3.4.0 ==================
32
33(No Changes)
34
35==================  3.3.0 ==================
36
37(No Changes)
38
39==================  3.2.0 ==================
40
41(No Changes)
42
43==================  3.1.0 ==================
44
45* SOLR-2210: Add icu-based tokenizer and filters to contrib/analysis-extras (rmuir)
46
47* SOLR-1336: Add SmartChinese (word segmentation for Simplified Chinese)
48  tokenizer and filters to contrib/analysis-extras (rmuir)
49
50* SOLR-2211,LUCENE-2763: Added UAX29URLEmailTokenizerFactory, which implements
51  UAX#29, a unicode algorithm with good results for most languages, as well as
52  URL and E-mail tokenization according to the relevant RFCs.
53  (Tom Burton-West via rmuir)
54
55* SOLR-2237: Added StempelPolishStemFilterFactory to contrib/analysis-extras (rmuir)
Note: See TracBrowser for help on using the repository browser.