pysolr icon indicating copy to clipboard operation
pysolr copied to clipboard

Pysolr — Python Solr client

Results 44 pysolr issues
Sort by recently updated
recently updated
newest added

Regexp can filter out invalid bytes from XML strings faster than `join()`

can someone point me to the documentation or implementation of query load balancing? I am trying to run some benchmarks and am curious how this API load balances across the...

Q&A

# I have * [x] Tested with the latest release * [ ] Tested with the current master branch * [x] Searched for similar existing issues ## Expected behaviour Able...

# I have * [x] Tested with the latest release * [x] Tested with the current master branch * [x] Searched for similar existing issues ## Expected behaviour Test script...

Replace the UTF-8 ellipsis with plain ASCII. Printing it is currently broken with non-UTF-8 locale, and there is really no technical reason to add even more complexity for a status...

I am connecting to solr cluster using SolrCloud with Kerberos authentication is enabled. We are getting connection failures every next day after the app is not used overnight. `2022-09-08 16:56:13,754...

Minor changes as titled. Also added a small util function to look up nested json objects.

# I have * [x] Tested with the latest release * [ ] Tested with the current master branch * [x] Searched for similar existing issues ## Expected behavior I...

Is there any way to prevent code injection when using the search function? I was wondering even if any malicious code can be injected to modify the data set. Thanks.