Chetan Sharma
Chetan Sharma

Reputation: 2557

Unable to delete the solr entry, what am i doing wrong?

I am using http://code.google.com/p/solr-php-client/ to communicate with the solr from PHP. Every thing is working fine, but Delete.

I am using the deleteById function which in turn creates

<delete fromPending="true" fromCommitted="true"><id>13967</id></delete>

request, and it returns true.

But in actual entry is not being deleted. I don't understand what is wrong in it..

Upvotes: 0

Views: 490

Answers (1)

KaKa
KaKa

Reputation: 1553

did you Commit?

Upvotes: 3

Related Questions