Describe the bug
The normal sort order for selects and annotation indexes in UIMA is begin (asc) end (desc). However, cassis sorts begin (asc) end (asc) and when a select returns multiple types, one type block comes after the other instead of the results being sorted by offsets.
Describe the bug The normal sort order for selects and annotation indexes in UIMA is
begin
(asc)end
(desc). However, cassis sortsbegin
(asc)end
(asc) and when aselect
returns multiple types, one type block comes after the other instead of the results being sorted by offsets.To Reproduce
This shows
Annotation
beforeDocumentAnnotation
Expected behavior
select
results should be sorted bybegin
(asc)end
(desc) - at least for annotations.Please complete the following information: