/pyelastic

Python ElasticSearch Wrapper

Primary LanguagePython

PyElastic - Python ElasticSearch

Source:http://github.com/SergioJorge/pyelastic
Keywords:Elastic, search, elasticsearch
Pypi:http://pypi.python.org/pypi/PyElastic

PyElastic is a connector to use elasticsearch from python.

This version requires elasticsearch 0.19.2 or above.

Features

  • Create Index/Get/delete
  • Index Document
  • Update field of all documents in a single index
  • Get settings of index
  • Multisearch

TODO

  • create alias