GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
ClusterInfo no longer being populated (they are the 'old' version of storing meta-information only available in old not-reprocessed documents, all documents processed since July 2014 use the 'TargetLinkSet' instead.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
fpOutlinks
(type:String.t
, default:nil
)
- A fingerprint of all outlink-URLs of this document that have been used as algorithmic input. -
lastModifiedInputTimestampMs
(type:String.t
, default:nil
)
- The last time the set of outgoing links of this document was modified. This is the input for our calculation. -
lastProcessedOutputTimestampMs
(type:String.t
, default:nil
)
- The last time the cross-validation of the links was done. Between that last timestamp and now, only cached results have been used. -
linkMember
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkMember)
, default:nil
)
- All verified members of the cluster (including recursive inclusions). -
unvalidatedOutlink
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkData)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo{
fpOutlinks: String.t() | nil,
lastModifiedInputTimestampMs: String.t() | nil,
lastProcessedOutputTimestampMs: String.t() | nil,
linkMember: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkMember.t() ] | nil,
unvalidatedOutlink: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkData.t() ] | nil
}
fpOutlinks: String.t() | nil,
lastModifiedInputTimestampMs: String.t() | nil,
lastProcessedOutputTimestampMs: String.t() | nil,
linkMember: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkMember.t() ] | nil,
unvalidatedOutlink: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkData.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo