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

Pysolr add() function has a parameter "overwrite" with behavior: - if overwrite is "true" and document with unique id existing then Solr delete it and add to collection as new...

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

A duplicate of #353 with additional commits that automatically address incorrect style, created by [Restyled][]. Since the original Pull Request was opened as a fork in a contributor's repository, we...

This PR adds test runs against Solr 5.x, 6.x, and 7.x for a standard, stand-alone Solr configuration as mentioned in #223 by @efagerberg . This PR adds a docker-compose.yml, Dockerfile,...

how can I use this feature (min_rf)? [solr doc](https://lucene.apache.org/solr/guide/7_4/solrcloud-recoveries-and-write-tolerance.html#achieved-replication-factor) I using min_rf feature in java code but I think this package does not support this feature? right?

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

Add support for collection API, such as add replica, move replica, delete replica

One of later Solr releases added Thrift service .. Would be great if PySolr would have added Thrift support too.. My understanding it opens up a way to send SQL-like...

Calling `pysolr.Solr.add` with a dict containing a `datetime` object causes the following stack trace: ``` File "/.local/lib/python3.7/site-packages/pysolr.py", line 1018, in add m = json.dumps(message).encode("utf-8") File "/usr/lib/python3.7/json/__init__.py", line 231, in dumps...

Bumps [kazoo](https://github.com/python-zk/kazoo) from 2.6.1 to 2.7.0. Release notes Sourced from kazoo's releases. 2.7.0 PYTHON SUPPORTED VERSIONS CHANGE: Please note that Kazoo no longer tests on Python 3.3, 3.4 and 3.5....

dependencies