Closed tingletech closed 9 years ago
https://code.google.com/p/solrpy/issues/detail?id=34
What steps will reproduce the problem?
>>> import solr >>> s = solr.SolrConnection('https://example.com/solr', post_headers={'x-api-key': 'xxxyyyzzz'}) >>> s.query("fred")
What is the expected output? What do you see instead?
I expect to see the x-api-key header on the server side
What version of the product are you using? On what operating system? pip install solrpy version on OS X
pip install solrpy
Please provide any additional information below.
here is a patch that fixes it for me
https://code.google.com/r/briantinglecdliborg-solrpyx/source/detail?r=d83b854e3b301aa1f433e52c7c5e617c1b4b303e
duplicate: https://github.com/edsu/solrpy/issues/34
Thanks for this. Sorry it took so long to get applied.
Thanks Ed. No worries.
https://code.google.com/p/solrpy/issues/detail?id=34
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I expect to see the x-api-key header on the server side
What version of the product are you using? On what operating system?
pip install solrpy
version on OS XPlease provide any additional information below.
here is a patch that fixes it for me
https://code.google.com/r/briantinglecdliborg-solrpyx/source/detail?r=d83b854e3b301aa1f433e52c7c5e617c1b4b303e