liberation / django-elasticsearch

Simple wrapper around elasticsearch-py to index/search a django Model.
MIT License
212 stars 73 forks source link

Feature/Sort fields and parent mapping #56

Open vrcmarcos opened 8 years ago

vrcmarcos commented 8 years ago

Sort: https://www.elastic.co/guide/en/elasticsearch/guide/1.x/multi-fields.html Parent mapping: https://www.elastic.co/guide/en/elasticsearch/guide/current/parent-child.html

lauxley commented 8 years ago

hi, thx for the pr ! I just did a quick pass on the code and it looks cool but i have a few remarks: