Hello,
We've been indexing with Solr.add_many successfully for a few years, but after an update to 1.0.0 we noticed our logs contained a copy of all documents.
It seems that the 1.0.0 package published on PyPi contains a print(''.join(lst)) ; that's really suprising as it's not in the repository (https://github.com/search5/solrpy/blob/master/solr/core.py#L518)
Can someone double-check ? If it is really there, please re-package a 1.0.1 release.
Hello,
We've been indexing with
Solr.add_manysuccessfully for a few years, but after an update to 1.0.0 we noticed our logs contained a copy of all documents.It seems that the 1.0.0 package published on PyPi contains a
print(''.join(lst)); that's really suprising as it's not in the repository (https://github.com/search5/solrpy/blob/master/solr/core.py#L518)Can someone double-check ? If it is really there, please re-package a 1.0.1 release.