Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F1FFDD2C8 for ; Tue, 28 Aug 2012 12:28:18 +0000 (UTC) Received: (qmail 92856 invoked by uid 500); 28 Aug 2012 12:28:15 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 92699 invoked by uid 500); 28 Aug 2012 12:28:15 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 92679 invoked by uid 99); 28 Aug 2012 12:28:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 12:28:14 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FSL_RCVD_USER,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of zehoss@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 12:28:09 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1T6KtY-0002iw-Vl for solr-user@lucene.apache.org; Tue, 28 Aug 2012 05:27:48 -0700 Date: Tue, 28 Aug 2012 05:27:48 -0700 (PDT) From: zehoss To: solr-user@lucene.apache.org Message-ID: <1346156868968-4003697.post@n3.nabble.com> In-Reply-To: References: <1346155712763-4003692.post@n3.nabble.com> Subject: Re: Solr and Tomcat - problem with unicode characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I just dump (PHP) json response and show in web browser. Please note that for the same request I have some results on Jetty but no results on Tomcat. That's why I think this is probably problem with Tomcat configuration. When I search for something in catalina.out I get Aug 28, 2012 2:24:43 PM org.apache.solr.core.SolrCore execute INFO: [ANSWERS] webapp=3D/solr path=3D/select params=3D{debugQuery=3Don&q=3Dtitle:"r=C3=83=C2=B3=C3=85=C2=BCnica"~20^100+= OR+contents:"r=C3=83=C2=B3=C3=85=C2=BCnica"~20&timeAllowed=3D3000&f1=3Dscor= e,title,contents&wt=3Djson&rows=3D2000} hits=3D0 status=3D0 QTime=3D39 but when I start Jetty, I get: Aug 28, 2012 2:26:41 PM org.apache.solr.core.SolrCore execute INFO: [ANSWERS] webapp=3D/solr path=3D/select params=3D{debugQuery=3Don&q=3Dtitle:"r=C3=B3=C5=BCnica"~20^100+OR+contents:= "r=C3=B3=C5=BCnica"~20&timeAllowed=3D3000&f1=3Dscore,title,contents&wt=3Djs= on&rows=3D2000} hits=3D10 status=3D0 QTime=3D35 in jetty logs. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-and-T= omcat-problem-with-unicode-characters-tp4003692p4003697.html Sent from the Solr - User mailing list archive at Nabble.com.