1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: python-pysolr
Section: python
Testsuite: autopkgtest-pkg-python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ulises Vitulli <dererk@debian.org>,
Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools-scm,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pysolr.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pysolr
Homepage: https://github.com/django-haystack/pysolr
Package: python3-pysolr
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: python3-httplib2
Description: lightweight Python3 wrapper for querying Apache Solr
This module provides an interface that queries the Apache Solr server using
a pure Python implementation and returns the results based on the query
.
Features:
* Basic operations such as selecting, updating & deleting.
* Index optimization.
* "More Like This" support (if setup in Solr).
* Spelling correction (if setup in Solr).
* Timeout support.
|