[
https://issues.apache.org/jira/browse/LUCENE-3880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-3880:
--------------------------------
Description:
As [reported by Kai Gülzau on
solr-user|http://markmail.org/message/n32kji3okqm2c5qn]:
UAX29URLEmailTokenizer seems to split at the wrong place:
{noformat}mailto:[email protected]{noformat} ->
{noformat}mailto:test{noformat}
{noformat}example.org{noformat}
As a workaround I use
{code:xml}
<charFilter class="solr.PatternReplaceCharFilterFactory" pattern="mailto:"
replacement="mailto: "/>
{code}
was:
As [reported by Kai Gülzau on
solr-user|http://markmail.org/message/n32kji3okqm2c5qn]:
UAX29URLEmailTokenizer seems to split at the wrong place:
mailto:[email protected] ->
mailto:test
example.org
As a workaround I use
<charFilter class="solr.PatternReplaceCharFilterFactory" pattern="mailto:"
replacement="mailto: "/>
> UAX29URLEmailTokenizer fails to recognize emails as such when the mailto:
> scheme is prepended
> ---------------------------------------------------------------------------------------------
>
> Key: LUCENE-3880
> URL: https://issues.apache.org/jira/browse/LUCENE-3880
> Project: Lucene - Java
> Issue Type: Bug
> Affects Versions: 3.5, 4.0
> Reporter: Steven Rowe
> Assignee: Steven Rowe
> Priority: Minor
>
> As [reported by Kai Gülzau on
> solr-user|http://markmail.org/message/n32kji3okqm2c5qn]:
> UAX29URLEmailTokenizer seems to split at the wrong place:
> {noformat}mailto:[email protected]{noformat} ->
> {noformat}mailto:test{noformat}
> {noformat}example.org{noformat}
> As a workaround I use
> {code:xml}
> <charFilter class="solr.PatternReplaceCharFilterFactory" pattern="mailto:"
> replacement="mailto: "/>
> {code}
--
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]