Re: solrj : probleme with utf-8 content

2009-03-20 Thread Pascal Dimassimo
yes, now it works fine with the trunk sources thanks! Noble Paul നോബിള്‍ नोब्ळ् wrote: > > SOLR-973 seems to have caused the problem > > On Fri, Mar 20, 2009 at 11:01 PM, Ryan McKinley wrote: >> do you know if your java file is encoded with utf-8? >> >> sometimes it will be encoded as somet

Re: solrj : probleme with utf-8 content

2009-03-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
SOLR-973 seems to have caused the problem On Fri, Mar 20, 2009 at 11:01 PM, Ryan McKinley wrote: > do you know if your java file is encoded with utf-8? > > sometimes it will be encoded as something different and that can cause funny > problems.. > > > On Mar 18, 2009, at 7:46 AM, Walid ABDELKABIR

Re: solrj : probleme with utf-8 content

2009-03-20 Thread Ryan McKinley
do you know if your java file is encoded with utf-8? sometimes it will be encoded as something different and that can cause funny problems.. On Mar 18, 2009, at 7:46 AM, Walid ABDELKABIR wrote: when executing this code I got in my index the field "includes" with this value : "?

Re: solrj : probleme with utf-8 content

2009-03-20 Thread Pascal Dimassimo
Hi, I have that problem to. But I notice that it only happens if I send my data via solrj. If I send it via the solr-ruby gem, everything is fine (http://wiki.apache.org/solr/solr-ruby). Here is my jruby script: --- require 'rubygems' require 'solr' require 'rexml/do

solrj : probleme with utf-8 content

2009-03-18 Thread Walid ABDELKABIR
when executing this code I got in my index the field "includes" with this value : "? ? ?" : --- String content ="eaiou with circumflexes: êâîôû"; SolrInputDocument doc = new SolrInputDocument(); doc.addField( "id", "123", 1.0f ); doc.addField( "inclu