overhul CAS Processing filters ------------------------------ Key: UIMA-1337 URL: https://issues.apache.org/jira/browse/UIMA-1337 Project: UIMA Issue Type: Improvement Components: Collection Processing Reporter: Maksim Likharev
In order to improve performance and produce custom routing rules, current implementation of the CAS filters should be overhauled. goals: 1. Filters on CasConsumer, avoid passing unsuitable artifacts and annotations, somewhat implemented right now , lots of issues 2. Filters on CasProcessor, avoid unnecessary processing if suitable annotations already present, like read from cache by a CollectionReader. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.