You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[STORE] Make default doc type '_doc' in preparation for deprecation of mapping types (#816)
* [STORE] Require document_type or method options to set type in find requests
* [STORE] Require document_type for a Repository to have a document type set, otherwise use _doc
* [STORE] Use document_type or type in options for search requests
* [STORE] Require #klass to be defined on a repository for deserialization
* [STORE] Only rely on document_type setting in storage requests
* [STORE] Fix up tests to work with default document_type and klass on Repository object
0 commit comments