blob: d46a8797917ce2582bbe136b69ae04ca4ba0a423 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Python connector for ElasticSearch - the pythonic way to use ElasticSearch
We are working to provide full support to ElasticSearch 1.x (check the
develop branch: we are using the git-flow workflow) that'll have:
* connection based on Official ElasticSearch client ??
* full support to ElasticSearch 1.x (removed old support due incompatibility
* with old version of ES)
* migration from multi_field to >field>.fields
* refactory of old code to be more pythonic
* performance improvements
WWW: https://pyes.readthedocs.org/en/latest/
|