Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 525 Bytes

readme.rst

File metadata and controls

27 lines (18 loc) · 525 Bytes

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