Re: Difficulty posting unicode to solr index

2007-05-25 Thread Yonik Seeley
On 5/25/07, Ethan Gruber <[EMAIL PROTECTED]> wrote: Posting utf8-example.xml is the first thing I tried when I ran into this problem, and like the other files I had been working with, query results return garbage characters inside of unicode. After posting utf8-example.xml, try this query: htt

Re: Difficulty posting unicode to solr index

2007-05-25 Thread Ethan Gruber
Posting utf8-example.xml is the first thing I tried when I ran into this problem, and like the other files I had been working with, query results return garbage characters inside of unicode. On 5/25/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 5/25/07, Ethan Gruber <[EMAIL PROTECTED]> wrote:

Re: Difficulty posting unicode to solr index

2007-05-25 Thread Yonik Seeley
On 5/25/07, Ethan Gruber <[EMAIL PROTECTED]> wrote: Yes, it's definitely encoded in UTF-8. I'm going to attempt either today or Tuesday to post the files to a solr index that is online (as opposed to localhost as was my case a few days ago) using post.sh through SSH and let you know how it turns

Re: Difficulty posting unicode to solr index

2007-05-25 Thread Ethan Gruber
Yes, it's definitely encoded in UTF-8. I'm going to attempt either today or Tuesday to post the files to a solr index that is online (as opposed to localhost as was my case a few days ago) using post.sh through SSH and let you know how it turns out. That should definitely indicate whether or not

Re: Difficulty posting unicode to solr index

2007-05-24 Thread James liu
how do u sure ur file is encoded by utf-8? 2007/5/24, Ethan Gruber <[EMAIL PROTECTED]>: Hi, I am attempting to post some unicode XML documents to my solr index. They are encoded in UTF-8. When I attempt to query from the solr admin page, I'm basically getting gibberish garbage text in return

Re: Difficulty posting unicode to solr index

2007-05-24 Thread Chris Hostetter
: error. They're using Macs and thus posting with post.sh, and I am running : Windows and posting with a post.jar file. Could post.jar not support : unicode? Has anyone run into this problem before? Which post.jar? (i recently committed a new version) post.jar does all of the things it should

Difficulty posting unicode to solr index

2007-05-24 Thread Ethan Gruber
Hi, I am attempting to post some unicode XML documents to my solr index. They are encoded in UTF-8. When I attempt to query from the solr admin page, I'm basically getting gibberish garbage text in return. I decided to try a file that I know is supposed to work, which is the utf8-example.xml f