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

Re: Unable to delete document from solr

2015-10-04 Thread Tomoko Uchida
l response even if there are no docs to be deleted. Regards, Tomoko 2015-10-04 19:42 GMT+09:00 Arun Verma <arun.ve...@gmail.com>: > 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 f

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: Unable to delete document from solr

2015-10-04 Thread Erick Erickson
at helps, Solr returns normal response even if there are no docs to be > deleted. > > Regards, > Tomoko > > 2015-10-04 19:42 GMT+09:00 Arun Verma <arun.ve...@gmail.com>: > >> Hi, >> >> I am trying to delete document from Solr using Solr 4.7. Earlier,

Delete document stop my solr 5.0 ?!

2015-05-04 Thread Bruno Mannina
? On my old solr 3.6, I don't use the same line to delete document, I use: java -jar -Ddata=args -Dcommit=no post.jar deleteid113422/id/delete You can see that I use directly id not query, and my schema between solr3.6 and solr5.0 is almost the same. I have just some more fields. why this method do

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 deletequeryf1:58644/query/delete /home/solr/solr-5.0.0/bin/post -c docdb

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

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 #

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

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 ... # #

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 : deleteid113422/id/delete ... : why this method do not work now ? https://people.apache.org/~hossman/#xyproblem XY Problem Your question appears to be an XY Problem ... that is: you

Re: Delete document

2008-03-07 Thread Maximilian Hütter
Feng Gao schrieb: Try this: deleteid05991/id/delete 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 delete.../delete is already one command

Re: Delete document

2008-03-06 Thread Otis Gospodnetic
, March 4, 2008 5:14:58 PM Subject: RE: Delete document Try this: deleteid05991/id/delete 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

RE: Delete document

2008-03-04 Thread Feng Gao
Try this: deleteid05991/id/delete 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

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 deletequeryid:0286-14582373/query/delete deletequeryid:0286-14582372/query/delete deletequeryid:0286-14582371/query/delete deletequeryid:0286-14582415/query/delete