[ 
https://issues.apache.org/jira/browse/SOLR-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221193#comment-13221193
 ] 

Dawid Weiss commented on SOLR-3185:
-----------------------------------

Excellent, thanks for confirming.
                
> PatternReplaceCharFilterFactory can't replace with ampersands in index
> ----------------------------------------------------------------------
>
>                 Key: SOLR-3185
>                 URL: https://issues.apache.org/jira/browse/SOLR-3185
>             Project: Solr
>          Issue Type: Bug
>          Components: Schema and Analysis
>    Affects Versions: 3.5
>            Reporter: Mike Spencer
>            Priority: Minor
>              Labels: PatternReplaceCharFilter, regex
>             Fix For: 3.5
>
>
> Using solr.PatternReplaceCharFilterFactory to replace {noformat}A & 
> B{noformat} with {noformat}A&B{noformat} will result in 
> {noformat}A&B{noformat} being indexed. Query analysis will give the 
> expected result of {noformat}A&B{noformat}. I examined the index with both 
> standalone Luke and the schema browser field and the index value is incorrect 
> in both tools.
> This is the affected charFilter:
> {noformat}
> <charFilter class="solr.PatternReplaceCharFilterFactory"
>                     pattern="(^\w)\s[&amp;]\s(\w)"
>                     replacement="$1&amp;$2" />
> {noformat}

--
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]

Reply via email to