Re: SolrJ stripping Carriage Returns

2011-10-14 Thread mkorthuis
Hmm.. Reason: When I debug it in eclipse, I am verifying that the value I am setting in the SolrInputDocument includes '\r\n'. However it only has '\n' in the index. It is just a simple string field in solr. On Fri, Oct 14, 2011 at 2:23 PM, Chris Hostetter-3 [via Lucene] < ml-node+s472066n3422

Re: SolrJ stripping Carriage Returns

2011-10-14 Thread Chris Hostetter
: We recently updated our Solr and Solr indexing from DIH using Solr 1.4 to our : own Hadoop import using SolrJ and Solr 3.4. ... : Any document that has a string field value with a carriage return "\r" is : having that carriage return stripped before being added to the index. All : li