You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by "Sean Mullane (JIRA)" <ji...@apache.org> on 2018/04/03 17:50:00 UTC

[jira] [Created] (CTAKES-503) DBConsumer does not handle bodyLocation attributes

Sean Mullane created CTAKES-503:
-----------------------------------

             Summary: DBConsumer does not handle bodyLocation attributes
                 Key: CTAKES-503
                 URL: https://issues.apache.org/jira/browse/CTAKES-503
             Project: cTAKES
          Issue Type: Bug
          Components: ctakes-ytex-uima
    Affects Versions: 4.0.0
         Environment: All
            Reporter: Sean Mullane
             Fix For: 4.0.1


Currently the DBConsumer annotator does not write attributes based on relations to database tables unless they are contained in an FSArray. Therefore the _bodyLocation_ and _severity_ attributes, and possibly others, are ignored when a document and its annotations are written to a database.

More generally, relations are not parsed and written to the database by the DBConsumer because they are not descended from uima.tcas.annotation and are therefore not contained in the AnnotationIndex, which is the only index the DBConsumer parses.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)