2011-01-23 20:58:00 -05: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
|
|
|
|
------------
|
|
|
|
This module is intended to be used while indexing documents.
|
|
|
|
Its purpose is to provide additional on the fly automatically generated fields to the Solr index.
|
|
|
|
Such fields could be language, concepts, keywords, sentences, named entities, etc.
|
|
|
|
|
|
|
|
UIMA Dependency
|
|
|
|
---------------
|
2011-03-15 13:46:17 -04:00
|
|
|
uimaj-core v2.3.1
|
|
|
|
OpenCalaisAnnotator v2.3.1-SNAPSHOT rev. 1062868
|
|
|
|
HMMTagger v2.3.1-SNAPSHOT rev. 1062868
|
|
|
|
AlchemyAPIAnnotator v2.3.1-SNAPSHOT rev. 1062868
|
|
|
|
WhitespaceTokenizer v2.3.1-SNAPSHOT rev. 1076132
|
2011-01-23 20:58:00 -05:00
|
|
|
|
|
|
|
$Id$
|
2011-03-21 21:01:26 -04:00
|
|
|
|
2011-05-30 18:53:19 -04:00
|
|
|
================== 4.0.0-dev ==============
|
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
2011-06-22 05:31:18 -04:00
|
|
|
================== 3.4.0-dev ==============
|
|
|
|
|
|
|
|
(No Changes)
|
|
|
|
|
|
|
|
================== 3.3.0 ==================
|
2011-06-12 22:37:57 -04:00
|
|
|
|
|
|
|
New Features
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
* SOLR-2582: Use uniqueKey for error log in UIMAUpdateRequestProcessor.
|
|
|
|
(Tommaso Teofili via koji)
|
2011-06-09 21:16:08 -04:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
----------------------
|
2011-05-30 18:53:19 -04:00
|
|
|
|
2011-06-09 21:16:08 -04:00
|
|
|
* SOLR-2579: UIMAUpdateRequestProcessor ignore error fails if text.length() < 100.
|
|
|
|
(Elmer Garduno via koji)
|
2011-05-30 18:53:19 -04:00
|
|
|
|
2011-06-12 22:21:10 -04:00
|
|
|
* SOLR-2581: UIMAToSolrMapper wrongly instantiates Type with reflection.
|
|
|
|
(Tommaso Teofili via koji)
|
|
|
|
|
2011-05-30 18:53:19 -04:00
|
|
|
================== 3.2.0 ==================
|
2011-03-21 21:01:26 -04:00
|
|
|
|
2011-04-24 07:48:43 -04: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 10:56:01 -04:00
|
|
|
New Features
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
* SOLR-2503: extend mapping function to map feature value to dynamicField. (koji)
|
|
|
|
|
2011-05-13 11:12:53 -04:00
|
|
|
* SOLR-2512: add ignoreErrors flag so that users can ignore exceptions in AE.
|
|
|
|
(Tommaso Teofili, koji)
|
|
|
|
|
2011-03-21 21:01:26 -04:00
|
|
|
Test Cases:
|
2011-04-24 07:48:43 -04:00
|
|
|
----------------------
|
|
|
|
|
|
|
|
* SOLR-2387: add mock annotators for improved testing,
|
|
|
|
(Tommaso Teofili via rmuir)
|
|
|
|
|
|
|
|
Other Changes
|
|
|
|
----------------------
|
2011-03-21 21:01:26 -04:00
|
|
|
|
2011-04-24 07:48:43 -04:00
|
|
|
* SOLR-2436: move uimaConfig to under the uima's update processor in solrconfig.xml.
|
|
|
|
(Tommaso Teofili, koji)
|
2011-03-21 21:01:26 -04:00
|
|
|
|
2011-04-24 07:48:43 -04:00
|
|
|
================== 3.1.0 ==================
|
2011-03-21 21:01:26 -04:00
|
|
|
|
|
|
|
Initial Release
|