Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0AB654F65 for ; Thu, 19 May 2011 13:27:33 +0000 (UTC) Received: (qmail 83093 invoked by uid 500); 19 May 2011 13:27:30 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 82994 invoked by uid 500); 19 May 2011 13:27:30 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 82853 invoked by uid 99); 19 May 2011 13:27:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 13:27:30 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2011 13:27:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6F123D101B for ; Thu, 19 May 2011 13:26:47 +0000 (UTC) Date: Thu, 19 May 2011 13:26:47 +0000 (UTC) From: "olivier soyez (JIRA)" To: dev@lucene.apache.org Message-ID: <1007872136.26531.1305811607451.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1868017472.26081.1305794747376.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (LUCENE-3119) Special Character & Hightlighting issues after 3.1.0 update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3119?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] olivier soyez resolved LUCENE-3119. ----------------------------------- Resolution: Not A Problem > 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.htm= l#none > Looks like the highlighting code changed. Using the example doc, with 1.4= I get : > http://localhost:8983/solr/select?q=3Dfeatures:circumflexes&hl=3Dtrue&hl.= fl=3Dfeatures&wt=3Djson&indent=3Dtrue > {noformat} > "highlighting":{ > "UTF8TEST":{ > "features":["eaiou with circumflexes: =C3=AA=C3=A2=C3=AE=C3=B4= =C3=BB"]}}} > With 3.1, this now looks like : > "highlighting":{ > "UTF8TEST":{ > "features":["eaiou with circumflexes: êâîô&#= 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