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
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
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 : "?
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