Aggregation, MultiBucketsAggregation, ToXContent, ToXContentFragmentInternalAdjacencyMatrix, ParsedAdjacencyMatrixpublic interface AdjacencyMatrix extends MultiBucketsAggregation
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
AdjacencyMatrix.Bucket |
A bucket associated with a specific filter or pair (identified by its
key)
|
Aggregation.CommonFieldsToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsTYPED_KEYS_DELIMITEREMPTY_PARAMS| Modifier and Type | Method | Description |
|---|---|---|
AdjacencyMatrix.Bucket |
getBucketByKey(java.lang.String key) |
|
java.util.List<? extends AdjacencyMatrix.Bucket> |
getBuckets() |
The buckets created by this aggregation.
|
getMetaData, getName, getTypetoXContentisFragmentjava.util.List<? extends AdjacencyMatrix.Bucket> getBuckets()
getBuckets in interface MultiBucketsAggregationAdjacencyMatrix.Bucket getBucketByKey(java.lang.String key)