solr-dsl
A high-level library for querying Solr with Python. Built on the lower-level Pysolr. Supports Python 2 and 3.
Example
from pysolr import Solr
from solr_dsl import Field, Range, Search
solr = Solr('http://localhost:8983/solr/test')
query = (Field('doc_type', 'solution') &
Range("date", '2018-01-01T00:00:00Z', 'now'))
search = Search(solr, query)
for document in search.scan():
...
Release files for solr-dsl 0.0.15
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| solr-dsl-0.0.15.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| solr_dsl-0.0.15-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:7.2 kB
Release files / solr-dsl-0.0.15.tar.gz
| Download URL | solr-dsl-0.0.15.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
68cde96c30075344ae7f375052d202c5e5817040514223420328e24628db88cc
|
|
BLAKE2b-256 checksum How to use checksums |
6c96f1b2013bd49ad998a7228f0971d195c60cad4acee5ac4a6f2d10768942fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
|
Release files / solr_dsl-0.0.15-py3-none-any.whl
| Download URL | solr_dsl-0.0.15-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d47f15a6e098fca3b22deb7df8a2a138378247d5d34def300ee7200d2d749d8d
|
|
BLAKE2b-256 checksum How to use checksums |
d3da7629dfc2b828c579211c2e7571aff858f596cc29c870fa4646ae78ca3283
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
|