aparo / pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch
BSD 3-Clause "New" or "Revised" License
607 stars 270 forks source link

Bugs in mappings.py #442

Closed joshblum closed 10 years ago

joshblum commented 10 years ago

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?