Re: Special character indexing

2009-03-20 Thread Shalin Shekhar Mangar
On Fri, Mar 20, 2009 at 3:19 PM, Gargate, Siddharth wrote: > Hi Shalin, >Thanks for the suggestion. I tried following code, (not sure about > the exact usage) > >CommonsHttpSolrServer ess = new CommonsHttpSolrServer(" > http://localhost:8983/solr";); >ess.setRequestWriter(n

RE: Special character indexing

2009-03-20 Thread Gargate, Siddharth
dThreadPool.java:442) Thanks in advance for help. Siddharth -Original Message- From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Friday, March 20, 2009 10:35 AM To: solr-user@lucene.apache.org Subject: Re: Special character indexing On Fri, Mar 20, 2009 at 10:17 AM, Gargat

Re: Special character indexing

2009-03-19 Thread Shalin Shekhar Mangar
On Fri, Mar 20, 2009 at 10:17 AM, Gargate, Siddharth wrote: > I tried with Jetty but the same issue. Just a guess, but looks like the fix > for SOLR-973 might have introduced this issue. > I'm not sure how SOLR-973 can cause this issue. Can you try using the BinaryRequestWriter and see if it succ

RE: Special character indexing

2009-03-19 Thread Gargate, Siddharth
Subject: Re: Special character indexing Gargate, Siddharth wrote: > Hi all, > I am trying to index words containing special characters like 'Räikkönen'. > Using EmbeddedSolrServer indexing is working fine, but if I use > CommonHttpSolrServer then it is indexing garbage values. >

Re: Special character indexing

2009-03-19 Thread Koji Sekiguchi
Gargate, Siddharth wrote: Hi all, I am trying to index words containing special characters like 'Räikkönen'. Using EmbeddedSolrServer indexing is working fine, but if I use CommonHttpSolrServer then it is indexing garbage values. I am using Solr 1.4 and set URLEcoding as UTF-8 in tomcat. Is thi