diff --git a/README b/README index 00c7cf3a..995b0f5d 100644 --- a/README +++ b/README @@ -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 -------------