On Fri, Mar 20, 2009 at 4:13 PM, Gargate, Siddharth wrote:
> Thanks Shalin,
>
> Adding BinaryUpdateRequestHandler solved the issue. Thank you very much.
>
> Just one query, shouldn't XmlUpdateRequestHandler also work for these
> characters? I saw another user mentioning the same issue and it was w
From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com]
Sent: Friday, March 20, 2009 3:58 PM
To: solr-user@lucene.apache.org
Subject: Re: Special character indexing
On Fri, Mar 20, 2009 at 3:19 PM, Gargate, Siddharth wrote:
> Hi Shalin,
>Thanks for the suggestion. I tried fol
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
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
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
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.
>
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
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 this a known
issue or am I doi