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

updates: - [github.com/psf/black: 22.3.0 → 22.8.0](https://github.com/psf/black/compare/22.3.0...22.8.0) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4)

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

Hello, I have a problem with the installation of the current 3.9.0 release and I can't figure out where the problem comes from. The installation via `pip` is somehow broken...

I saw a commit https://github.com/django-haystack/pysolr/commit/f6169e9681b95c23d04829c5c0102480382e8ea6 to support customized session has been merged to master branch, however, no new release after that, May I know is there a plan for a...

# I have * [x] Tested with the latest release * [x] Tested with the current master branch * [x] Searched for similar existing issues ## Expected behaviour https://github.com/django-haystack/pysolr/blob/76c77e33d56dc22b5dc92c2434f7b4a6040f9ef1/pysolr.py#L14 The...

i am trying to use the pysolr api and i am getting this strange error my solr instance is in cloud mode with zookeeper running and i can even see...

Bumps [isort](https://github.com/timothycrosley/isort) from 5.2.2 to 5.4.2. Release notes Sourced from isort's releases. 5.4.2 Aug 14, 2020 Fixed #1383: Known other does not work anymore with .editorconfig. Fixed: Regression in first...

dependencies

# I have * [x] Tested with the latest release * [x] Tested with the current master branch * [x] Searched for similar existing issues When adding nested documents with...

stale

The `delete` function throws the following error when the id contains at least one `&` symbol: ``` SolrError: Solr responded with an error (HTTP 500): [Reason: [com.ctc.wstx.exc.WstxLazyException] Unexpected character '...

optimisticConcurrencyMode - int, indicates optimistic concurrency strategy from Solr Docs includeVersionField - bool, tell Solr to return _version_ field after add/update document Details in https://solr.apache.org/guide/6_6/updating-parts-of-documents.html#UpdatingPartsofDocuments-OptimisticConcurrency #367