You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: