Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The getIndexedFS and flush methods currently iterate over all defined indexes. When the number of indexes is large, for example when there are many annotation types defined, this overhead becomes significant relative to lightweight annotator processing. By marking which indexes are actually used, it is possible to eliminate most of the overhead.