-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
featureNew feature or requestNew feature or request
Description
-
Add
JoinField. -
Allow multiple
django_opensearch_dsl.documents.Documentwith different Django model and mapping to point to the same index.- Merge the mapping definitions (error on conflict).
- Store the list of models associated with a
doc_class(we currently only store the opposite, i.e. thedoc_classesassociated with a model). - Catch probable errors with an explicit message (e.g.
generate_id()needs to be defined for each model) - Handle routing since parent and children must be on the same shard (add
"_routing": <shard_id>to_prepare_action())
-
Update commands to allow filtering on
doc_classesin addition to the already existingindicesfilter.
An attempt has been made on #38, but I’m not fully satisfied with how it was implemented
Resources:
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
Type
Projects
Status
📋 Backlog