0

I have written a custom request handler in solr and added following line in solrconfig.xml:
requestHandler name="/xyz" class="" enable="${enable_xyz:true}"/
But still I cannot see its working.

Through logs I checked that a http GET request has been made to this requestHandler. Also the response send by it looks ok to me:
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst>[\n]"

But still it is not doing the required task.

Can someone point me what could go wrong.

4

0 回答 0