aparo / pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugs in mappings.py

joshblum opened this issue · comments

The mappings.py tries to call the attribute self.permission which is never defined. Also, self.index is set to a bool instead of the index string. Can some tests be added to ensure correctness on this file?