August 2019
Intermediate to advanced
560 pages
13h 41m
English
This allows users to define a set of filters and provide bucket results in an adjacency-matrix form among the filters, which means any two filters are applied together:
"aggs": { "adjacency_filters": {"adjacency_matrix": {"filters": { "rating_gte_5": {"range":{"rating":{"gte":5}}}, "family_prefix_A": {"prefix":{"family":"iShares"}}}}}}
"adjacency_filters": {"buckets": [ {"key": ...Read now
Unlock full access