elasticsearch-dsl-py v0.0.5 Release Notes

Release Date: 2015-08-27 // over 8 years ago
    • added support for (index/search)_analyzer via #143, thanks @wkiser!
    • even keys accessed via ['field'] on AttrDict will be wrapped in Attr[Dict|List] for consistency
    • Added a convenient option to specify a custom doc_class to wrap inner/Nested documents
    • blank option has been removed
    • AttributeError is no longer raised when accessing an empty field.
    • added required flag to fields and validation hooks to fields and (sub)documents
    • removed get method from AttrDict. Use getattr(d, key, default) instead.
    • added FacetedSearch for easy declarative faceted navigation