[
https://issues.apache.org/jira/browse/LUCENE-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184745#comment-13184745
]
Steven Rowe commented on LUCENE-3690:
-------------------------------------
Left to do:
# Accept supplementary characters in HTML tag names.
# Recognize uppercase character entity variants for "quot", "copy", "gt", "lt",
"reg", and "amp" (from Dawid Weiss's SOLR-882 patch)
# Rename current {{HTMLStripCharFilter}} to {{ClassicHTMLStripCharFilter}}
# Rename {{JFlexStripCharFilter}} to {{HTMLStripCharFilterImpl}}
# Make a back-compat-enabling wrapper class (like {{StandardTokenizer}}) that
will use {{ClassicHTMLStripCharFilter}} for Version.LUCENE_35 and earlier, and
{{HTMLStripCharFilterImpl}} otherwise.
This would be the first back-compat enabled CharFilter. Should the existing
HTMLStripCharFilter instead vanish off the face of the earth?
> JFlex-based HTMLStripCharFilter replacement
> -------------------------------------------
>
> Key: LUCENE-3690
> URL: https://issues.apache.org/jira/browse/LUCENE-3690
> Project: Lucene - Java
> Issue Type: New Feature
> Components: modules/analysis
> Affects Versions: 3.5, 4.0
> Reporter: Steven Rowe
> Assignee: Steven Rowe
> Fix For: 3.6, 4.0
>
> Attachments: LUCENE-3690.patch
>
>
> A JFlex-based HTMLStripCharFilter replacement would be more performant and
> easier to understand and maintain.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]