Hello everyone

I'm running solr1.2 and Jetty, I'm having problems looping through a mysql
database with python and putting the data into the solr index.

Here's the error

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 369:
ordinal not in range(128)

I think that means that there is a UTF8 character in the data that is out of
the ascii range.  Please let me know if I'm wrong.

So solr can't decode the character and therefore stops commiting any more
data to the index.

Is there a simple way to tell solr to accept UTF8 characters?

I've read about this topic on your site and on others, so far I'm more
confused than when I started.


-- 
View this message in context: 
http://www.nabble.com/problems-getting-data-into-solr-index-tf3915542.html#a11102282
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to