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

Mapper.mappings never modified #476

Open dduong42 opened 9 years ago

dduong42 commented 9 years ago

The Mapper class has an attribute mappings that is never modified. It is used for exemple here:

return mapper.mappings[doc_type]

Resulting in a KeyError