CrawlerChangerateUrlChange

GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateUrlChange


Table of Contents ▼

Jump to a specific part of the page:

Description

NEXT_TAG: 13

Attributes List

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

View Attributes

Attributes

  1. additionalChangesMerged (type: integer(), default: nil)
    - Duplicate UrlChanges crawled within a specified time range will be merged together. UrlChanges are considered duplicates if the simhash, simhash_is_trusted, simhash_v2, simhash_v2_is_trusted, and shingle_simhash are the same. additional_changes_merged indiciates the number of duplicate UrlChanges merged into this UrlChange.
  2. fractionalTileChange (type: float(), default: nil)
    - Deprecated fields. The fraction of tiles (0 to 1) that changed.
  3. interval (type: integer(), default: nil)
    - The length in seconds of the change.
  4. offDomainLinksChange (type: boolean(), default: nil)
    - Whether the content of the off-domain links changed.
  5. offDomainLinksCount (type: integer(), default: nil)
    - The new count of off-domain links, if they changed.
  6. onDomainLinksCount (type: integer(), default: nil)
    - The new count of on-domain links, if the count changed.
  7. onDomainLinksCountChange (type: boolean(), default: nil)
    - Whether the number of on-domain links changed.
  8. shingleSimhash (type: GoogleApi.ContentWarehouse.V1.Model.IndexingConverterShingleFingerprint, default: nil)
    - The old simhash value obtained from shingles.
  9. simhash (type: String.t, default: nil)
    - The simhash-v1 value. Use of simhash-v1 is deprecated, and newer UrlChange should only contain simhash-v2. During this transition period, UrlChange can contain either simhash or simhash_v2. It is possible that previous UrlChange only contain simhash-v1 and the next UrlChange only contain simhash-v2. In this case, we skip that interval in our changerate computation. [go/changerate-simhash-v2-migration]
  10. simhashIsTrusted (type: boolean(), default: nil)
    - Whether the simhash-v1 should be trusted.
  11. simhashV2 (type: String.t, default: nil)
    - The simhash-v2 value.
  12. simhashV2IsTrusted (type: boolean(), default: nil)
    - Whether the simhash-v2 value should be trusted.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CrawlerChangerateUrlChange{
additionalChangesMerged: integer() | nil,
fractionalTileChange: float() | nil,
interval: integer() | nil,
offDomainLinksChange: boolean() | nil,
offDomainLinksCount: integer() | nil,
onDomainLinksCount: integer() | nil,
onDomainLinksCountChange: boolean() | nil,
shingleSimhash: GoogleApi.ContentWarehouse.V1.Model.IndexingConverterShingleFingerprint.t() | nil,
simhash: String.t() | nil,
simhashIsTrusted: boolean() | nil,
simhashV2: String.t() | nil,
simhashV2IsTrusted: boolean() | nil
}

Function

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

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