You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "olivier soyez (JIRA)" <ji...@apache.org> on 2011/05/19 15:26:47 UTC

[jira] [Closed] (LUCENE-3119) Special Character & Hightlighting issues after 3.1.0 update

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

olivier soyez closed LUCENE-3119.
---------------------------------


> Special Character & Hightlighting issues after 3.1.0 update
> -----------------------------------------------------------
>
>                 Key: LUCENE-3119
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3119
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: modules/highlighter
>    Affects Versions: 3.1
>         Environment: ubuntu 10.10, java version "1.6.0_02"
>            Reporter: olivier soyez
>            Priority: Minor
>
> I have the same issue describe here : http://lucene.472066.n3.nabble.com/Special-Character-amp-Hightlighting-issues-after-3-1-0-update-tc2820405.html#none
> Looks like the highlighting code changed. Using the example doc, with 1.4 I get :
> http://localhost:8983/solr/select?q=features:circumflexes&hl=true&hl.fl=features&wt=json&indent=true
> {noformat}
> "highlighting":{
> "UTF8TEST":{
> "features":["eaiou with <em>circumflexes</em>: êâîôû"]}}}
> With 3.1, this now looks like :
> "highlighting":{
> "UTF8TEST":{
> "features":["eaiou with <em>circumflexes</em>: &#234;&#226;&#238;&#244;&#251;"]}}}
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org