We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JoinField
Add JoinField.
Allow multiple django_opensearch_dsl.documents.Document with different Django model and mapping to point to the same index.
django_opensearch_dsl.documents.Document
doc_class
doc_classes
generate_id()
"_routing": <shard_id>
_prepare_action()
Update commands to allow filtering on doc_classes in addition to the already existing indices filter.
indices
An attempt has been made on #38, but I’m not fully satisfied with how it was implemented
Resources:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add
JoinField
.Allow multiple
django_opensearch_dsl.documents.Document
with different Django model and mapping to point to the same index.doc_class
(we currently only store the opposite, i.e. thedoc_classes
associated with a model).generate_id()
needs to be defined for each model)"_routing": <shard_id>
to_prepare_action()
)Update commands to allow filtering on
doc_classes
in addition to the already existingindices
filter.An attempt has been made on #38, but I’m not fully satisfied with how it was implemented
Resources:
The text was updated successfully, but these errors were encountered: