Uses of Interface
org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrix.Bucket
-
Packages that use AdjacencyMatrix.Bucket Package Description org.elasticsearch.search.aggregations.bucket.adjacency -
-
Uses of AdjacencyMatrix.Bucket in org.elasticsearch.search.aggregations.bucket.adjacency
Classes in org.elasticsearch.search.aggregations.bucket.adjacency that implement AdjacencyMatrix.Bucket Modifier and Type Class Description static classInternalAdjacencyMatrix.InternalBucketstatic classParsedAdjacencyMatrix.ParsedBucketMethods in org.elasticsearch.search.aggregations.bucket.adjacency that return AdjacencyMatrix.Bucket Modifier and Type Method Description AdjacencyMatrix.BucketAdjacencyMatrix. getBucketByKey(String key)Methods in org.elasticsearch.search.aggregations.bucket.adjacency that return types with arguments of type AdjacencyMatrix.Bucket Modifier and Type Method Description List<? extends AdjacencyMatrix.Bucket>AdjacencyMatrix. getBuckets()The buckets created by this aggregation.List<? extends AdjacencyMatrix.Bucket>ParsedAdjacencyMatrix. getBuckets()
-