You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2017/07/07 20:59:00 UTC

[jira] [Created] (UIMA-5483) uv3 fix comparator for AnnotationIndex to exclude typePriority if no priorities are defined

Marshall Schor created UIMA-5483:
------------------------------------

             Summary: uv3 fix comparator for AnnotationIndex to exclude typePriority if no priorities are defined
                 Key: UIMA-5483
                 URL: https://issues.apache.org/jira/browse/UIMA-5483
             Project: UIMA
          Issue Type: Improvement
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: 3.0.0SDK-beta


The Annotation Index (and any other user defined index which includes type ordering) sorts using type ordering.  However, if no type ordering is present (there is typePriority specification in the pipeline xml). then this is a no-op.  UIMA V2 did some kind of default type ordering in this case.  Update V3 to exclude the type ordering test if there are no type priorities specified (for performance improvement).  Update the backward compatibility spec to mention this difference.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)