lucene/solr/contrib/uima/CHANGES.txt

32 lines
935 B
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 ==================
Test Cases:
* SOLR-2387: add mock annotators for improved testing,
(Tommaso Teofili via rmuir)
================== 3.1.0-dev ==================
Initial Release