Hi,

take a look inside Solr's log file. Are there any error messages with respect to the update request?

Furthermore, you could try the following two commands instead:

curl "http://host:port/solr/update"; --form-string stream.body="<delete><query>uid:6-HOST*</query></delete>"

curl "http://host:port/solr/update"; --form-string stream.body="<commit/>"

-Sascha

bbarani wrote:

Yeah, I am getting the results when I use /select handler.

I tried the below query..

/select?q=uid:6-HOST*

Got<result name="response" numFound="52920" start="0">

Thanks
BB

Reply via email to