Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.10.0SDK
-
None
Description
Use the same technique used in UIMA v3 for sorted indexes to sort by their comparator, and then if equal, to sort by their FS hashcode (== id). This fixes a performance problem when there's lots of comparator-equal (but not identical) FSs added to a sorted index. It also makes the iteration order consistent with UIMA V3, enabling verification/compares of the two versions.