Expand on the DSL

This commit is contained in:
Honza Král
2015-11-02 15:23:08 +01:00
parent 1b60d9bf84
commit 8c79ec3dc2
+4 -1
View File
@@ -7,9 +7,12 @@ to be opinion-free and very extendable.
For a more high level client library with more limited scope, have a look at
`elasticsearch-dsl`_ - it is a more pythonic library sitting on top of
``elasticsearch-py``.
``elasticsearch-py`` That contains a `query builder`_ and a `persistance
layer`_ that adds an ORM-like layer for convenience.
.. _elasticsearch-dsl: http://elasticsearch-dsl.rtfd.org/
.. _query builder: http://elasticsearch-dsl.readthedocs.org/en/latest/search_dsl.html
.. _persistance layer: http://elasticsearch-dsl.readthedocs.org/en/latest/persistence.html#doctype
Compatibility
-------------