Re: Solr and Unicode characters in strings

2013-01-22 Thread Jack Park
Thanks! On Tue, Jan 22, 2013 at 8:59 AM, Otis Gospodnetic wrote: > Hi, > > When you run your indexing app make sure you treat what you send to Solr as > UTF-8. > Use -Dfile.encoding=UTF8 -Dclient.encoding.override=UTF-8 to the Java > command line. > > Otis > -- > Solr & ElasticSearch Support > ht

Re: Solr and Unicode characters in strings

2013-01-22 Thread Otis Gospodnetic
Hi, When you run your indexing app make sure you treat what you send to Solr as UTF-8. Use -Dfile.encoding=UTF8 -Dclient.encoding.override=UTF-8 to the Java command line. Otis -- Solr & ElasticSearch Support http://sematext.com/ On Mon, Jan 21, 2013 at 3:06 PM, Jack Park wrote: > Here is a

Solr and Unicode characters in strings

2013-01-21 Thread Jack Park
Here is a situation I now experience: What Solr has: economist and thus …@en What was sent: economist and thus …@en where those are just snippets from what I sent up -- the ellipsis wa