View Source GoogleApi.ContentWarehouse.V1.Model.CrowdingPerDocDataNewsCluster (google_api_content_warehouse v0.4.0)

For crowding in news we need to keep data about the last X clustering iterations around.

Attributes

  • ClusterId (type: String.t, default: nil) - Fingerprint combination of all urls in a cluster
  • ClusterSize (type: integer(), default: nil) - This is the X in the "and X related >>" link on headlines and search results
  • ClusterTimeStamp (type: integer(), default: nil) - When was this clustered (needed for keeping last X iterations around and discarding earlier ones)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CrowdingPerDocDataNewsCluster{
  ClusterId: String.t() | nil,
  ClusterSize: integer() | nil,
  ClusterTimeStamp: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.