Expanding on the dsl mentions

This commit is contained in:
Honza Král
2015-11-02 15:35:36 +01:00
parent 8c79ec3dc2
commit 52eda45d8f
2 changed files with 17 additions and 5 deletions
+5 -1
View File
@@ -74,7 +74,11 @@ Features
This client was designed as very thin wrapper around Elasticseach's REST API to
allow for maximum flexibility. This means that there are no opinions in this
client; it also means that some of the APIs are a little cumbersome to use from
Python. We have created some :ref:`helpers` to help with this issue.
Python. We have created some :ref:`helpers` to help with this issue as well as
a more high level library (`elasticsearch-dsl`_) on top of this one to provide
a more convenient way of working with Elasticsearch.
.. _elasticsearch-dsl: http://elasticsearch-dsl.rtfd.org/
Persistent Connections
~~~~~~~~~~~~~~~~~~~~~~