You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org> on 2009/07/24 11:12:14 UTC

[jira] Closed: (UIMA-1299) Contribution of Lucene CAS Indexer

     [ https://issues.apache.org/jira/browse/UIMA-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörn Kottmann closed UIMA-1299.
-------------------------------

    Resolution: Fixed

Ricos update was applied to the project.

Java version dependency was changed from 6 to 5 since the project
did not use any Java 6 features.

The UAE Stemmer was removed to have a discussion about license
handling on the mailing list. It seems that it is licensed under ASL, but
what is the process to include 3rd party source files ?

There are still many test cases failing, though that will be handled in
issue UIMA-1403.

The maven site was removed since documentation is now in docbook format
and we do not use maven sites within UIMA projects, the corresponding isse UIMA-1361
is now fixed.

Most files have now a license header.

All author tags were removed to comply with apache rules.

> Contribution of Lucene CAS Indexer
> ----------------------------------
>
>                 Key: UIMA-1299
>                 URL: https://issues.apache.org/jira/browse/UIMA-1299
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Sandbox-Lucas
>            Reporter: Rico Landefeld
>            Assignee: Jörn Kottmann
>         Attachments: lucas.tar.gz, lucene-indexer.tar.gz, pom.xml
>
>
> Lucas is a UIMA CAS consumer component which writes CAS data into a Lucene index. It is based on a XML-based "mapping configuration  file" in which the user can determine which UIMA annotations should be put into which Lucene field, and how this field is set up (e.g. indexed and/or stored). In addition, some basic functionality for (ontolgical) hypernym indexing is provided.
> Additionally, Lucas is able to perform offset-based token stream alignment and merging of UIMA annotations (via token position increment) in the same Lucene field (e.g. "documenttext" or "title")

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.