Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-10 Thread Hup Chen
x27;106Chapter' msg=For input string: \"106Chapter\"", "code":400}} ____________ From: Shawn Heisey Sent: Tuesday, June 9, 2020 3:19 PM To: solr-user@lucene.apache.org Subject: Re: Fw: TolerantUpdateProcessorFactory not functioning On 6/9

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-09 Thread Hup Chen
t: Re: Fw: TolerantUpdateProcessorFactory not functioning I tried your example XML as it is shown in your original message, saved to a file named "foo.xml", and didn't have any trouble. I wasn't even using the tolerant update processor. I just fired up the techproduct

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-09 Thread Shawn Heisey
On 6/9/2020 12:44 AM, Hup Chen wrote: Thanks for your reply, this is one of the example where it fail. POST by using charset=utf-8 or other charset didn't help that CTRL-CHAR "^" error found in the title field, I hope solr can simply skip this record and go ahead to index the rest data.

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-08 Thread Hup Chen
solr-user@lucene.apache.org Subject: Re: Fw: TolerantUpdateProcessorFactory not functioning If your XML or JSON can't be parsed, your content never makes it to the update chain. It looks like you're trying to index non-UTF-8 data. You can set the encoding of your XML in the Content-Type header of your POST

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-08 Thread Thomas Corthals
gt; > Unexpected EOF; was expecting a close tag for element > <field> > at [row,col {unknown-source}]: [1,8191] > 400 > > > > > ________ > From: Hup Chen > Sent: Friday, May 29, 2020 7:29 PM > To: solr-user@lucene.apache.or

Fw: TolerantUpdateProcessorFactory not functioning

2020-06-08 Thread Hup Chen
020 7:29 PM To: solr-user@lucene.apache.org Subject: TolerantUpdateProcessorFactory not functioning Hi, My solr indexing did not tolerate bad record but simply exited even I have configured TolerantUpdateProcessorFactory in solrconfig.xml. Please advise how could I get TolerantUpdateProces

TolerantUpdateProcessorFactory not functioning

2020-05-29 Thread Hup Chen
Hi, My solr indexing did not tolerate bad record but simply exited even I have configured TolerantUpdateProcessorFactory in solrconfig.xml. Please advise how could I get TolerantUpdateProcessorFactory to be working? solrconfig.xml: 100 restarted solr before indexing: ser