Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
UIMA Set indexes are implemented such that the type is an implicit part of the key set used for determining equality. In other words, two Feature Structures of different types, but with the same key values for a Set index comparator, will not compare equal; both will be added to the set. Document this, and add a test case.