RE: Non-English query via Solr Example Admin corrupts text

2010-05-21 Thread Chris Hostetter
This should be fixed now -- please update the Jira issue if you have any other problems creating an account. : Hmmm... yes, there definitely seems to be a problem with creating new wiki : accounts on wiki.apache.org -- i've opened an issue with INFRA... : :https://issues.apache.org/jira/br

RE: Non-English query via Solr Example Admin corrupts text

2010-05-21 Thread Chris Hostetter
: I wanted to improve the documentation in the solr wiki by adding in my : findings. However, when I try to log in and create a new account, I : receive this error message: : : You are not allowed to do newaccount on this page. Login and try again. : : Does anyone know how I can get permission

Re: Non-English query via Solr Example Admin corrupts text

2010-05-20 Thread Dennis Gearon
earon Signature Warning EARTH has a Right To Life, otherwise we all die. Read 'Hot, Flat, and Crowded' Laugh at http://www.yert.com/film.php --- On Thu, 5/20/10, Chris Hostetter wrote: > From: Chris Hostetter > Subject: Re: Non-English query via Solr Example Adm

RE: Non-English query via Solr Example Admin corrupts text

2010-05-20 Thread Tim Gilbert
to the documentation? Tim -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Thursday, May 20, 2010 3:21 PM To: solr-user@lucene.apache.org Subject: RE: Non-English query via Solr Example Admin corrupts text : Starting with glassfishv3 (I think) UTF-8 is

RE: Non-English query via Solr Example Admin corrupts text

2010-05-20 Thread Chris Hostetter
: Starting with glassfishv3 (I think) UTF-8 is the default for URI. You : can see this by going to the admin site, clicking on Network Config | : Network Listeners | then select the listener. Select the tab "HTTP" and : about half way down, you will see URI Encoding: UTF-8. : : HOWEVER, that

RE: Non-English query via Solr Example Admin corrupts text

2010-05-20 Thread Tim Gilbert
lto:hossman_luc...@fucit.org] Sent: Thursday, May 20, 2010 2:41 PM To: solr-user@lucene.apache.org Subject: Re: Non-English query via Solr Example Admin corrupts text : I am using apache-solr-1.4.0.war deployed to glassfishv3 on my ... : INFO: [] webapp=/apache-solr-1.4.0 path=/select : params=

Re: Non-English query via Solr Example Admin corrupts text

2010-05-20 Thread Chris Hostetter
: I am using apache-solr-1.4.0.war deployed to glassfishv3 on my ... : INFO: [] webapp=/apache-solr-1.4.0 path=/select : params={indent=on&version=2.2&q=numéro&fq=&start=0&rows=10&fl=*,score&qt=standard&wt=standard&explainOther=&hl.fl=} : hits=0 status=0 QTime=16 ... : In my

Re: Non-English query via Solr Example Admin corrupts text

2010-05-20 Thread Abdelhamid ABID
I had had the same issue within tomcat, further to what Ahmet wrote I recommend to plug a filter in your solr context that forces responses and requests to be encodded in UTF8 On Thu, May 20, 2010 at 5:11 PM, Ahmet Arslan wrote: > In my SolrJ using application, I have a > test case which querie

Re: Non-English query via Solr Example Admin corrupts text

2010-05-20 Thread Ahmet Arslan
In my SolrJ using application, I have a test case which queries for “numéro” and succeeds if I use Embedded and fails if I use CommonsHttpSolrServer… I don’t want to use embedded for a number of reasons including that its not recommended (http://wiki.apache.org/solr/EmbeddedSolr)   I am sorry

Non-English query via Solr Example Admin corrupts text

2010-05-20 Thread Tim Gilbert
Hi guys/gals, I am using apache-solr-1.4.0.war deployed to glassfishv3 on my development machine which is Ubuntu 9.10 64-bit. I am using Solrj 1.4 using the CommonsHttpSolrServer connection to that Solr instance (http://localhost:8080/apache-solr-1.4.0) during my development. To simplify