Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Chris Hostetter
XY-ish problem -- if you are deleting a bunch of documents by id, why have you switched from using delete-by-id to using delete-by-query? What drove that decision? Did you try using delete-by-query in your 3.6 setup? : my f1 field is my key field. It is unique. ... : On my old solr 3

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Bruno Mannina
Yes it was that ! I increased the SOLR_JAVA_MEM to 2g (with 8Go Ram i do more, 3g fail to run solr on my brand new computer) thanks ! Le 04/05/2015 17:03, Shawn Heisey a écrit : On 5/4/2015 8:38 AM, Bruno Mannina wrote: ok I have this OOM error in the log file ... # # java.lang.OutOfMemoryEr

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Shawn Heisey
On 5/4/2015 8:38 AM, Bruno Mannina wrote: > ok I have this OOM error in the log file ... > > # > # java.lang.OutOfMemoryError: Java heap space > # -XX:OnOutOfMemoryError="/home/solr/solr-5.0.0/bin/oom_solr.sh > 8983/home/solr/solr-5.0.0/server/logs" > # Executing /bin/sh -c "/home/solr/solr-5.0.0

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Bruno Mannina
I increase the formdataUploadLimitInKB to 2048000 and the problem is the same, same error an idea ? Le 04/05/2015 16:38, Bruno Mannina a écrit : ok I have this OOM error in the log file ... # # java.lang.OutOfMemoryError: Java heap space # -XX:OnOutOfMemoryError="/home/solr/solr-5.0.0/

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Bruno Mannina
ok I have this OOM error in the log file ... # # java.lang.OutOfMemoryError: Java heap space # -XX:OnOutOfMemoryError="/home/solr/solr-5.0.0/bin/oom_solr.sh 8983/home/solr/solr-5.0.0/server/logs" # Executing /bin/sh -c "/home/solr/solr-5.0.0/bin/oom_solr.sh 8983/home/solr/solr-5.0.0/server/lo

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Shawn Heisey
On 5/4/2015 3:19 AM, Bruno Mannina wrote: > All work fine but each Tuesday I need to delete some docs inside, so I > create a batch file > with inside line like this: > /home/solr/solr-5.0.0/bin/post -c docdb -commit no -d > "f1:58644" > /home/solr/solr-5.0.0/bin/post -c docdb -commit no -d > "f1

Re: Delete document

2008-03-07 Thread Maximilian Hütter
Feng Gao schrieb: > Try this: 05991 > > As I remember, we only can delete one doc once, but I am not sure. Give that > a try later. > > Feng > Yes, you can only delete one document by id at once The command posted before won't work anyway, as ... is already one command and you can't have multipl

Re: Delete document

2008-03-06 Thread Otis Gospodnetic
nt: Tuesday, March 4, 2008 5:14:58 PM Subject: RE: Delete document Try this: 05991 As I remember, we only can delete one doc once, but I am not sure. Give that a try later. Feng -Original Message- From: Jae Joo [mailto:[EMAIL PROTECTED] Sent: March 4, 2008 5:06 PM To: solr-user Subj

RE: Delete document

2008-03-04 Thread Feng Gao
Try this: 05991 As I remember, we only can delete one doc once, but I am not sure. Give that a try later. Feng -Original Message- From: Jae Joo [mailto:[EMAIL PROTECTED] Sent: March 4, 2008 5:06 PM To: solr-user Subject: Delete document Hi, I have many document to be deleted and the x