Solr CDCR delete document issue on target site

2016-08-09 Thread bharath.mvkumar
(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:745) Can you please help me with this? The issue is seen only when we delete a document. Thanks, Bharath Kumar -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-CDCR-delete-document-issue-on-target

CDCR delete document issue on target site

2016-08-06 Thread Bharath Kumar
Hi All, I am using the cdcr solution available in SOLR 6.1 and i have setup the cross data center replication on both the sites. When i add and update documents on the main site, the data is replicated to the target site with no issues. But when i delete a document on the main site, i see the belo

Re: Unable to delete document from solr

2015-10-04 Thread Erick Erickson
rmal response even if there are no docs to be > deleted. > > Regards, > Tomoko > > 2015-10-04 19:42 GMT+09:00 Arun Verma : > >> Hi, >> >> I am trying to delete document from Solr using Solr 4.7. Earlier, I was >> deleting the documents based on id which w

Re: Unable to delete document from solr

2015-10-04 Thread Tomoko Uchida
normal response even if there are no docs to be deleted. Regards, Tomoko 2015-10-04 19:42 GMT+09:00 Arun Verma : > Hi, > > I am trying to delete document from Solr using Solr 4.7. Earlier, I was > deleting the documents based on id which was working perfectly fine. > > However, n

Unable to delete document from solr

2015-10-04 Thread Arun Verma
Hi, I am trying to delete document from Solr using Solr 4.7. Earlier, I was deleting the documents based on id which was working perfectly fine. However, now I am trying to delete the documents based on multiple attributes. Please find below my query which should delete a document based on two

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Chris Hostetter
3.6, I don't use the same line to delete document, I use: : java -jar -Ddata=args -Dcommit=no post.jar : "113422" ... : why this method do not work now ? https://people.apache.org/~hossman/#xyproblem XY Problem Your question appears to be an "XY Problem" ... that

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

Delete document stop my solr 5.0 ?!

2015-05-04 Thread Bruno Mannina
if my file contains more than one or two hundreds line, my solr shutdown. Two hundreds line shutdown always solr 5.0. I have no error in my console, just Solr can't be reach on the port 8983. Is exists a variable that I must increase to disable this error ? On my old solr 3.6, I don't

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

Delete document

2008-03-04 Thread Jae Joo
Hi, I have many document to be deleted and the xml file is built shown as below. delete.xml id:0286-14582373 id:0286-14582372 id:0286-14582371 id:0286-14582415 id:0286-14582414 id:0286-14582413 id:0286-14582412 id:0286-14582411 id:0286-14582410 id:0286-14582409 id:0286-14582408 Once I post it