-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
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
Add support for the adjacency_matrix aggregation #1553
Comments
miguelgrinberg
added a commit
to miguelgrinberg/elasticsearch-dsl-py
that referenced
this issue
Apr 26, 2024
miguelgrinberg
added a commit
to miguelgrinberg/elasticsearch-dsl-py
that referenced
this issue
Apr 26, 2024
miguelgrinberg
added a commit
that referenced
this issue
Apr 30, 2024
miguelgrinberg
added a commit
that referenced
this issue
Apr 30, 2024
Fixes #1553 Fixes #1706 (cherry picked from commit ea0054f) Co-authored-by: Miguel Grinberg <[email protected]>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When one currently tries to use the adjacency matrix aggregation, one gets this error:
elasticsearch_dsl.exceptions.UnknownDslObject: DSL class 'adjacency_matrix' does not exist in agg.
This is not a bug, but a feature that is not yet supported by this package. It is similar to #1512.
The text was updated successfully, but these errors were encountered: