ClusterOutput
description
A single cluster of near-duplicate documents, attached to its leader document. Marked @shareable because vespa-executor also contributes this value type; graphql-search resolves it for the search / searchById path.
type ClusterOutput {
clusterId: String!
membersCount: Int
members: [Document!]
}
Fields
ClusterOutput.clusterId ● String! non-null scalar graph-ql-types
Globally unique cluster identifier. @exposed
ClusterOutput.membersCount ● Int scalar graph-ql-types
Total number of members in the cluster. @exposed
ClusterOutput.members ● [Document!] list object graph-ql-types
Member documents (id-only references, leader included). @exposed
Returned By
Document__clusterInfo query
Member Of
Document object