Closed
Description
Wrapping with Hashie::Mash can be slow (~ 4s)
Versus extend method (but it won't allow deeper hierarchies ~ 0.26s)
One option would be to support "wrapper" option, which could be Hash, Hashie::Mash, custom object...
Elasticsearch::Model.wrapper = Hash