public interface AdjacencyMatrix extends MultiBucketsAggregation
Modifier and Type | Interface and Description |
---|---|
static interface |
AdjacencyMatrix.Bucket
A bucket associated with a specific filter or pair (identified by its
key)
|
Aggregation.CommonFields
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
TYPED_KEYS_DELIMITER
EMPTY_PARAMS
Modifier and Type | Method and Description |
---|---|
AdjacencyMatrix.Bucket |
getBucketByKey(java.lang.String key) |
java.util.List<? extends AdjacencyMatrix.Bucket> |
getBuckets()
The buckets created by this aggregation.
|
getMetaData, getName, getType
isFragment, toXContent
java.util.List<? extends AdjacencyMatrix.Bucket> getBuckets()
getBuckets
in interface MultiBucketsAggregation
AdjacencyMatrix.Bucket getBucketByKey(java.lang.String key)