Re: Indexing fails for docs with high Latin1 chars

2013-07-08 Thread John Randall
Per Jack's suggestion, I changed the heading in the .xml file to and it worked. Thanks so much guys! From: Shawn Heisey To: solr-user@lucene.apache.org Sent: Monday, July 8, 2013 7:43 PM Subject: Re: Indexing fails for docs with high Latin1 chars O

Re: Indexing fails for docs with high Latin1 chars

2013-07-08 Thread John Randall
-Original Message- From: John Randall Sent: Monday, July 08, 2013 6:43 PM To: solr-user@lucene.apache.org Subject: Indexing fails for docs with high Latin1 chars I'm new to Solr, so I'm probably missing something. So far I've successfully indexed .xml docs with low Ascii

Re: Indexing fails for docs with high Latin1 chars

2013-07-08 Thread Jack Krupansky
Right, the charset must agree with the charset of the program that wrote the file. -- Jack Krupansky -Original Message- From: Shawn Heisey Sent: Monday, July 08, 2013 7:43 PM To: solr-user@lucene.apache.org Subject: Re: Indexing fails for docs with high Latin1 chars On 7/8/2013 4:43

Re: Indexing fails for docs with high Latin1 chars

2013-07-08 Thread Shawn Heisey
On 7/8/2013 4:43 PM, John Randall wrote: I'm new to Solr, so I'm probably missing something. So far I've successfully indexed .xml docs with low Ascii chars. However when I try to add a doc that has Latin1 chars with diacritics, it fails. I've tried using the Jetty exampledocs post.jar, as wel

Re: Indexing fails for docs with high Latin1 chars

2013-07-08 Thread Jack Krupansky
rom: John Randall Sent: Monday, July 08, 2013 6:43 PM To: solr-user@lucene.apache.org Subject: Indexing fails for docs with high Latin1 chars I'm new to Solr, so I'm probably missing something. So far I've successfully indexed .xml docs with low Ascii chars. However when I try to

Indexing fails for docs with high Latin1 chars

2013-07-08 Thread John Randall
I'm new to Solr, so I'm probably missing something. So far I've successfully indexed .xml docs with low Ascii chars. However when I try to add a doc that has Latin1 chars with diacritics, it fails. I've tried using the Jetty exampledocs post.jar, as well as using curl and directly from a browser