Re: post.jar failing

2012-05-01 Thread William Bell
; > -Original Message- From: William Bell > Sent: Tuesday, May 01, 2012 11:09 AM > To: solr-user@lucene.apache.org > Subject: Re: post.jar failing > > > OK. I am using SOLR 3.6. > > I restarted SOLR and it started working. No idea why. You were right I > showed th

Re: post.jar failing

2012-05-01 Thread Jack Krupansky
cause. After all, the message you provided said nothing about the actual problem. Maybe Solr itself needs a better diagnostic in that case. -- Jack Krupansky -Original Message- From: William Bell Sent: Tuesday, May 01, 2012 11:09 AM To: solr-user@lucene.apache.org Subject: Re: post.jar fa

Re: post.jar failing

2012-05-01 Thread William Bell
OK. I am using SOLR 3.6. I restarted SOLR and it started working. No idea why. You were right I showed the error log from a different document. We might want to add a test case for CDATA. SP2514N Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133 Samsung Electronics Co. Ltd.

Re: post.jar failing

2012-05-01 Thread Jack Krupansky
Please clarify the problem, because the error message you provide refers to address data that is not in the input data that you provide. It doesn't match! The error refers to an "edu" element, but the input data uses a "poff" element. Maybe you have multiple "SP2514N" documents; maybe somebody

Re: post.jar failing

2012-05-01 Thread Erick Erickson
Works fine for me with address_xml as string type, indexed, stored on 3.6. What version of Solr are you using? Best Erick On Mon, Apr 30, 2012 at 4:18 PM, William Bell wrote: > I am getting a post.jar failure when trying to post the following > CDATA field... It used to work on older versions. T