2011-01-24 01:58:00 +00:00
|
|
|
Apache Solr UIMA Metadata Extraction Library
|
|
|
|
Release Notes
|
|
|
|
|
|
|
|
This file describes changes to the Solr UIMA (contrib/uima) module. See SOLR-2129 for details.
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
------------
|
2012-02-29 22:43:12 +00:00
|
|
|
This module is intended to be used both as an UpdateRequestProcessor while indexing documents and as a set of tokenizer/filters
|
|
|
|
to be configured inside the schema.xml for use during analysis phase.
|
|
|
|
UIMAUpdateRequestProcessor purpose is to provide additional on the fly automatically generated fields to the Solr index.
|
2011-01-24 01:58:00 +00:00
|
|
|
Such fields could be language, concepts, keywords, sentences, named entities, etc.
|
2012-02-29 22:43:12 +00:00
|
|
|
UIMA based tokenizers/filters can be used either inside plain Lucene or as index/query analyzers to be defined
|
|
|
|
inside the schema.xml of a Solr core to create/filter tokens using specific UIMA annotations.
|
2011-01-24 01:58:00 +00:00
|
|
|
|
|
|
|
UIMA Dependency
|
|
|
|
---------------
|
2011-03-15 17:46:17 +00:00
|
|
|
uimaj-core v2.3.1
|
2011-09-08 14:34:49 +00:00
|
|
|
OpenCalaisAnnotator v2.3.1
|
|
|
|
HMMTagger v2.3.1
|
|
|
|
AlchemyAPIAnnotator v2.3.1
|
|
|
|
WhitespaceTokenizer v2.3.1
|
2011-01-24 01:58:00 +00:00
|
|
|
|
|
|
|
$Id$
|
2011-03-22 01:01:26 +00:00
|
|
|
|
2012-05-29 17:01:58 +00:00
|
|
|
================== 5.0.0 ==============
|
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
2012-06-09 00:57:26 +00:00
|
|
|
================== 4.0.0-ALPHA ==============
|
2011-05-30 22:53:19 +00:00
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
2011-11-21 11:27:57 +00:00
|
|
|
================== 3.6.0 ==================
|
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
2011-09-08 12:24:16 +00:00
|
|
|
================== 3.5.0 ==================
|
|
|
|
|
2011-09-08 14:34:49 +00:00
|
|
|
Other Changes
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
* SOLR-2746: Upgraded dependencies from *-2.3.1-SNAPSHOT.jar to *-2.3.1.jar.
|
2011-09-08 12:24:16 +00:00
|
|
|
|
|
|
|
================== 3.4.0 ==================
|
2011-06-22 09:31:18 +00:00
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
|
|
|
================== 3.3.0 ==================
|
2011-06-13 02:37:57 +00:00
|
|
|
|
|
|
|
New Features
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
* SOLR-2582: Use uniqueKey for error log in UIMAUpdateRequestProcessor.
|
|
|
|
(Tommaso Teofili via koji)
|
2011-06-10 01:16:08 +00:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
----------------------
|
2011-05-30 22:53:19 +00:00
|
|
|
|
2011-06-10 01:16:08 +00:00
|
|
|
* SOLR-2579: UIMAUpdateRequestProcessor ignore error fails if text.length() < 100.
|
|
|
|
(Elmer Garduno via koji)
|
2011-05-30 22:53:19 +00:00
|
|
|
|
2011-06-13 02:21:10 +00:00
|
|
|
* SOLR-2581: UIMAToSolrMapper wrongly instantiates Type with reflection.
|
|
|
|
(Tommaso Teofili via koji)
|
|
|
|
|
2011-05-30 22:53:19 +00:00
|
|
|
================== 3.2.0 ==================
|
2011-03-22 01:01:26 +00:00
|
|
|
|
2011-04-24 11:48:43 +00:00
|
|
|
Upgrading from Solr 3.1
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
* <uimaConfig/> just beneath <config> ... </config> is no longer supported.
|
|
|
|
It should move to UIMAUpdateRequestProcessorFactory setting.
|
|
|
|
See contrib/uima/README.txt for more details. (SOLR-2436)
|
|
|
|
|
2011-05-09 14:56:01 +00:00
|
|
|
New Features
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
* SOLR-2503: extend mapping function to map feature value to dynamicField. (koji)
|
|
|
|
|
2011-05-13 15:12:53 +00:00
|
|
|
* SOLR-2512: add ignoreErrors flag so that users can ignore exceptions in AE.
|
|
|
|
(Tommaso Teofili, koji)
|
|
|
|
|
2011-03-22 01:01:26 +00:00
|
|
|
Test Cases:
|
2011-04-24 11:48:43 +00:00
|
|
|
----------------------
|
|
|
|
|
|
|
|
* SOLR-2387: add mock annotators for improved testing,
|
|
|
|
(Tommaso Teofili via rmuir)
|
|
|
|
|
|
|
|
Other Changes
|
|
|
|
----------------------
|
2011-03-22 01:01:26 +00:00
|
|
|
|
2011-04-24 11:48:43 +00:00
|
|
|
* SOLR-2436: move uimaConfig to under the uima's update processor in solrconfig.xml.
|
|
|
|
(Tommaso Teofili, koji)
|
2011-03-22 01:01:26 +00:00
|
|
|
|
2011-04-24 11:48:43 +00:00
|
|
|
================== 3.1.0 ==================
|
2011-03-22 01:01:26 +00:00
|
|
|
|
|
|
|
Initial Release
|