Voting helps other researchers find interesting modules.
The serving cluster id metadata. Why we cluster the documents. The default value is UNKNOWN. Serving-Side Clustering is used for pages which represent the same content but are not identical (e.g. translated pages, or paginated content). Those documents are not dup-clustered in Alexandria so that all documents (and their tokens) are available to search queries. However, those documents are assigned the same Serving-Time-Cluster-ID (on the same reasontype), which during serving guarantees that only one of them is shown to the user.
clusterId
String.t
nil
indexForDebugging
integer()
reason
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerServingTimeClusterId{ clusterId: String.t() | nil, indexForDebugging: integer() | nil, reason: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()