Python port of Nicolas Ruflin's Elastica PHP library


License
Other
Install
pip install pylastica==1.3.0.0

Documentation

pylastica: elasticsearch python client

https://secure.travis-ci.org/jlinn/pylastica.png?branch=master

About

Pylastica is a Python port of Elastica, a PHP Elasticsearch client by Nicolas Ruflin.

Installation

$ pip install pylastica

To use the thrift transport protocol, you will need to install the thrift transport plugin.

To index attachments, you will need to install the mapper attachments plugin.

To use a RabbitMQ river, you will need to install the RabbitMQ river plugin.

Documentation

Documentation can be found here.

Compatibility

Pylastica is tested with Python 2.7 and Elasticsearch version 1.3.0.

Changes

See the changelog.