Chris Adams

Results 315 comments of Chris Adams

Please send a PR — I have very little time available for open source these days and this isn't something I need for my projects.

I just pushed ac421dc9ea8f8ed47ab2924f083159b11cc31000 which will at least fix that error message to show the name it expected to find. Do you know which collection name was being passed in...

That looks like a bit of a refactor since https://github.com/django-haystack/pysolr/blob/f8489464902edb111f0684cf820401e5baa7234a/pysolr.py#L1279 assumes that the cluster state URL can be known in advance and now it'll need to change when the collection...

@chadgh Yes - if you want to contribute a pull request I’m sure it’d be appreciated by the other users

@jnovinger can we support older versions of Solr by adding wt=json to the admin URLs? (It's been a long time since I've looked at those) I think by now it'd...

I think you could configure a logging filter for that to avoid the password being logged. Out of curiosity, have you looked at what requests/urllib3 is logging? I'm wondering whether...

I was thinking it might be safest to `urlparse` it when the Solr object is instantiated and use that to construct a sanitized URL which could be used in the...

Can you run it using `PYTHONIOENCODING=utf-8:surrogateescape`? UTF-8 has been around since the mid-90s and I've left that in there as a canary for misconfigured environments since that tends to correlate...

If you want to send a pull request, that seems reasonable

We should probably get some before/after benchmarks for this, too.