Skip to main content
Version: Beta

Document.clusterInfo

Enterprise
description

Clustering result for this document. Non-null only for cluster leaders (the document that represents a cluster of near-duplicate results). Null when clustering did not run for this request or this document is not a leader.

clusterInfo: ClusterOutput

Type

ClusterOutput object graph-ql-types

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.

Loading...