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>:
êâîôû"]}}}
--
This message is automatically generated by JIRA.
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]