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: How to determine why solr stops running?

2020-06-10 Thread Hup Chen
I will check "dmesg" first, to find out any hardware error message. Then use some system admin tools to monitor that server, for instance, top, vmstat, lsof, iostat ... or simply install some nice free monitoring tool into this system, like monit, monitorix, nagios. Good luck!

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-09 Thread Hup Chen
Oh I got it, that's not indexing error! Seem like I need to remove all the characters between [\x0-\x1F] (except \x9 TAB, \xA LF, \xD CR) first. Thanks a lot! From: Shawn Heisey Sent: Tuesday, June 9, 2020 3:19 PM To: solr-user@lucene.apache.org Subject: Re:

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-08 Thread Hup Chen
request. -H 'Content-Type: text/xml; charset=GB18030' JSON only allows UTF-8, UTF-16 or UTF-32. Best, Thomas Op di 9 jun. 2020 07:11 schreef Hup Chen : > Any idea? > I still won't be able to get TolerantUpdateProcessorFactory working, solr > exited at any error

Fw: TolerantUpdateProcessorFactory not functioning

2020-06-08 Thread Hup Chen
100 400 1 org.apache.solr.common.SolrException com.ctc.wstx.exc.WstxEOFException 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, 2

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

Re: Solr Atomic update change value and field name

2020-05-22 Thread Hup Chen
he.org Subject: Re: Solr Atomic update change value and field name Try adding -format solr to your bin/post command. By default the post command will treat input as arbitrary json, not solr-format json. Jan Høydahl > 21. mai 2020 kl. 02:50 skrev Hup Chen : > > I am new to Solr. I tried to d

Solr Atomic update change value and field name

2020-05-20 Thread Hup Chen
I am new to Solr. I tried to do Atomic update by using .json file update. $SOLR/bin/post not only changing field values, but field name also has become "fieldname.set", for instance, "price" become "price.set". Update by curl /update handler was working well but since I have several millions of