elasticsearch-dsl-py v0.0.4 Release Notes

Release Date: 2015-04-24 // almost 9 years ago
    • Metadata fields (such as id, parent, index, version etc) must be stored (and retrieved) using the meta attribute (#58) on both Result and DocType objects or using their underscored variants (_id, _parent etc)
    • query on Search can now be directly assigned
    • suggest method added to Search
    • Search.doc_type now accepts DocType subclasses directly
    • Properties.property method renamed to field for consistency
    • Date field now raises ValidationException on incorrect data