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

Revision 7588, 2.6 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 UIMA Metadata Extraction Library
2                            Release Notes
3
4This file describes changes to the Solr UIMA (contrib/uima) module. See SOLR-2129 for details.
5
6Introduction
7------------
8This module is intended to be used both as an UpdateRequestProcessor while indexing documents and as a set of tokenizer/filters
9to be configured inside the schema.xml for use during analysis phase.
10UIMAUpdateRequestProcessor purpose is to provide additional on the fly automatically generated fields to the Solr index.
11Such fields could be language, concepts, keywords, sentences, named entities, etc.
12UIMA based tokenizers/filters can be used either inside plain Lucene or as index/query analyzers to be defined
13inside the schema.xml of a Solr core to create/filter tokens using specific UIMA annotations.
14
15 UIMA Dependency
16 ---------------
17uimaj-core          v2.3.1
18OpenCalaisAnnotator v2.3.1
19HMMTagger           v2.3.1
20AlchemyAPIAnnotator v2.3.1
21WhitespaceTokenizer v2.3.1
22
23$Id$
24
25==================  4.0.0-ALPHA ==============
26
27(No Changes)
28
29==================  3.6.0 ==================
30
31(No Changes)
32
33==================  3.5.0 ==================
34
35Other Changes
36----------------------
37
38* SOLR-2746: Upgraded dependencies from *-2.3.1-SNAPSHOT.jar to *-2.3.1.jar.
39
40==================  3.4.0 ==================
41
42(No Changes)
43
44==================  3.3.0 ==================
45
46New Features
47----------------------
48
49* SOLR-2582: Use uniqueKey for error log in UIMAUpdateRequestProcessor.
50  (Tommaso Teofili via koji)
51 
52Bug Fixes
53----------------------
54
55* SOLR-2579: UIMAUpdateRequestProcessor ignore error fails if text.length() < 100.
56  (Elmer Garduno via koji)
57
58* SOLR-2581: UIMAToSolrMapper wrongly instantiates Type with reflection.
59  (Tommaso Teofili via koji)
60
61==================  3.2.0 ==================
62
63Upgrading from Solr 3.1
64----------------------
65
66* <uimaConfig/> just beneath <config> ... </config> is no longer supported.
67  It should move to UIMAUpdateRequestProcessorFactory setting.
68  See contrib/uima/README.txt for more details. (SOLR-2436)
69
70New Features
71----------------------
72
73* SOLR-2503: extend mapping function to map feature value to dynamicField. (koji)
74
75* SOLR-2512: add ignoreErrors flag so that users can ignore exceptions in AE.
76  (Tommaso Teofili, koji)
77
78Test Cases:
79----------------------
80
81* SOLR-2387: add mock annotators for improved testing,
82  (Tommaso Teofili via rmuir)
83
84Other Changes
85----------------------
86
87* SOLR-2436: move uimaConfig to under the uima's update processor in solrconfig.xml.
88  (Tommaso Teofili, koji)
89
90==================  3.1.0 ==================
91
92Initial Release
Note: See TracBrowser for help on using the repository browser.