pysolr
pysolr copied to clipboard
Pysolr — Python Solr client
See https://github.com/django-haystack/pysolr/pull/315
Solr's docs explain the ability to [export a result set](https://solr.apache.org/guide/solr/latest/query-guide/exporting-result-sets.html). This would be extremely useful for reindexing for example when there is no single stored source of data. Is this...
# I have * [x] Tested with the latest release * [ ] Tested with the current master branch * [x] Searched for similar existing issues ## Expected behaviour I...
# I have * [X] Tested with the latest release * [ ] Tested with the current master branch * [X] Searched for similar existing issues ## Expected behaviour `NaN`...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.8...v0.11.12) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.5.1...v2.6.0)
Using pysolr 3.10.0 with Solr 9.8.0, I'm getting empty values for the values `'contents'` and `'metadata'`. This is because Solr returns values for `'file'` and `'file_metadata'` instead of the aforementioned...
Related to https://github.com/django-haystack/django-haystack/pull/2000 Didn't run the test suite...
PySolr 3.10.0 running under Python 3.11.7, installed on MacOS via homebrew. Delete was failing when IDs were numeric: `id_list = [1,2,3,4] solr.delete(id = id_list)` This was working in 3.9.0. Breaks...