py3Solr

Python3 client for Apache Solr


License
MIT
Install
pip install py3Solr==0.1.0

Documentation

pySolr

Solr Client for Python3.

Features

  • Basic operations: eg. selecting, updating & deleting.
  • Index optimization.
  • Timeout support.
  • SolrCloud.

Support

The author have tested the functions of this tools on these solr version:

  • solr 7.7.1

Requirements

  • Python 3.3+
  • Requests 2.9.1 +
  • kazoo for SolrCloud(Zookeeper)

Install

pip install py3Solr

or:

python setup.py install

Quick Start

test/test.py

TODO

  • global log