Simplify ParseFilter, Remove Text Filter
----------------------------------------

                 Key: ABDERA-17
                 URL: http://issues.apache.org/jira/browse/ABDERA-17
             Project: Abdera
          Issue Type: Improvement
         Environment: All
            Reporter: James M Snell
         Assigned To: James M Snell


The Parse Filter and Text Filter stuff currently in Abdera has never quite been 
fully fleshed out.  The Parse Filter is primarily useful as a means of 
filtering out parse events we don't care about in order to reduce the memory 
footprint of a parse.  The Text Filter was intended to provide a means of 
parse-time, policy based filtering of feed content. I'm not aware of anyone 
actually using the Text Filter and it's implementation leaves a lot to be 
desired performance wise.  I'd like to pull the Text Filter stuff back out and 
simplify the Parse Filter even further, including a simplification of the 
parser implementation so that filtering is done using a Stax filter rather than 
if statements in the FOMBuilder.  Doing so should result in a more streamlined 
impl.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to