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
Now that #46257 has improved internal memory usage we no longer need the default limit of 100 filters defined by index.max_adjacency_matrix_filters.
We decided on the following changes:
In 7.x continue to use index.max_adjacency_matrix_filters setting but start using indices.query.bool.max_clause_count as the new default value for the setting and return deprecation warnings for any user-supplied settings.
In 8.0 remove index.max_adjacency_matrix_filters setting and rely solely on indices.query.bool.max_clause_count.
The text was updated successfully, but these errors were encountered:
)
Following performance optimisations to the adjacency_matrix aggregation we no longer require this setting. Marked as deprecated and due for removal in 8.0
Related #46324
markharwood
added a commit
to markharwood/elasticsearch
that referenced
this issue
Sep 19, 2019
Now that #46257 has improved internal memory usage we no longer need the default limit of 100 filters defined by
index.max_adjacency_matrix_filters
.We decided on the following changes:
In 7.x continue to use
index.max_adjacency_matrix_filters
setting but start usingindices.query.bool.max_clause_count
as the new default value for the setting and return deprecation warnings for any user-supplied settings.In 8.0 remove
index.max_adjacency_matrix_filters
setting and rely solely onindices.query.bool.max_clause_count
.The text was updated successfully, but these errors were encountered: