lbdremy/solr-node-client

Edit default path of request handler

chriskali opened this issue · 0 comments

Hi there,

Currently I am working on Atomic Updates of Solr Documents.
Our Solr Configuration defines that the path of the UPDATE Request-Handler (qt) has to be:
http://localhost:8983/solr/fsptest/update?update.chain=partial

so I need to change the default value from update to update?update.chain=partial
There is no parameter to handle this in the createClient() function.

What is the right way to do this?