CrowdingPerDocDataNewsCluster

GoogleApi.ContentWarehouse.V1.Model.CrowdingPerDocDataNewsCluster


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CrowdingPerDocDataNewsCluster