mirror of https://github.com/apache/lucene.git
54 lines
1.5 KiB
Plaintext
54 lines
1.5 KiB
Plaintext
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
|
|
---------------
|
|
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
|
|
|
|
$Id$
|
|
|
|
================== 3.2.0-dev ==================
|
|
|
|
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)
|
|
|
|
New Features
|
|
----------------------
|
|
|
|
* SOLR-2503: extend mapping function to map feature value to dynamicField. (koji)
|
|
|
|
* SOLR-2512: add ignoreErrors flag so that users can ignore exceptions in AE.
|
|
(Tommaso Teofili, koji)
|
|
|
|
Test Cases:
|
|
----------------------
|
|
|
|
* SOLR-2387: add mock annotators for improved testing,
|
|
(Tommaso Teofili via rmuir)
|
|
|
|
Other Changes
|
|
----------------------
|
|
|
|
* SOLR-2436: move uimaConfig to under the uima's update processor in solrconfig.xml.
|
|
(Tommaso Teofili, koji)
|
|
|
|
================== 3.1.0 ==================
|
|
|
|
Initial Release
|