You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "James M Snell (JIRA)" <ji...@apache.org> on 2007/03/15 05:55:09 UTC

[jira] Updated: (ABDERA-17) Simplify ParseFilter, Remove Text Filter

     [ https://issues.apache.org/jira/browse/ABDERA-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James M Snell updated ABDERA-17:
--------------------------------

    Priority: Trivial  (was: Major)

> Simplify ParseFilter, Remove Text Filter
> ----------------------------------------
>
>                 Key: ABDERA-17
>                 URL: https://issues.apache.org/jira/browse/ABDERA-17
>             Project: Abdera
>          Issue Type: Improvement
>         Environment: All
>            Reporter: James M Snell
>         Assigned To: James M Snell
>            Priority: Trivial
>
> 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.
-
You can reply to this email to add a comment to the issue online.