Re: Delete by Query not working properly

2012-12-18 Thread Jack Krupansky
tent-Type: text/xml" --data-binary ' id:doc-2012-12-18' -- Jack Krupansky -Original Message- From: Dixline Sent: Tuesday, December 18, 2012 1:03 AM To: solr-user@lucene.apache.org Subject: Delete by Query not working properly Hi, I've deleted a document using http:

Re: Delete by Query not working properly

2012-12-18 Thread Walter Underwood
ot;Content-Type: > text/xml" --data-binary ' > id:doc-2012-12-18' > > -- Jack Krupansky > > -Original Message- From: Dixline > Sent: Tuesday, December 18, 2012 1:03 AM > To: solr-user@lucene.apache.org > Subject: Delete by Query not working properly

Re: Delete by Query not working properly

2012-12-18 Thread Jack Krupansky
ecember 18, 2012 9:03 AM To: solr-user@lucene.apache.org Subject: Re: Delete by Query not working properly Make sure that your curl command includes: -H "Content-Type: text/xml" For example, curl http://localhost:8983/solr/update?commit=true -H "Content-Type: text/xml" --d

Re: Delete by Query not working properly

2012-12-18 Thread Jack Krupansky
ne Sent: Tuesday, December 18, 2012 1:03 AM To: solr-user@lucene.apache.org Subject: Delete by Query not working properly Hi, I've deleted a document using http://localhost:8983/solr/update?stream.body= skills_s:Perl and the committed the delete also. Again if search using q=perl i'm able

Re: Delete by Query not working properly

2012-12-18 Thread Upayavira
able to see the same document but > if > i search using q=skills_s:Perl it is not returning any results. Can > someone > explain is this how delete by query works? > > Thanks, > Dixline.M > > > > -- > View this message in context: > http://lucene.47206

Delete by Query not working properly

2012-12-18 Thread Dixline
s this how delete by query works? Thanks, Dixline.M -- View this message in context: http://lucene.472066.n3.nabble.com/Delete-by-Query-not-working-properly-tp4027681.html Sent from the Solr - User mailing list archive at Nabble.com.