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


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

"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;"]}}}



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

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

Reply via email to