AnchorsAnchorSource

GoogleApi.ContentWarehouse.V1.Model.AnchorsAnchorSource


Table of Contents ▼

Jump to a specific part of the page:

Description

attributes of the source document for the link

Attributes List

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

View Attributes

Attributes

  1. additionalInfo (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet, default: nil)
    - Additional information related to the source, such as news hub info.
  2. cluster (type: integer(), default: nil)
    - anchor++ cluster id
  3. compressedUrl (type: String.t, default: nil)
    - compressed source url
  4. crawlTimestamp (type: String.t, default: nil)
    - Source page crawl timestamp.
  5. docid (type: String.t, default: nil)
    - The docid field used to be "required", but it is now "optional" because it is not present when anchors are stored in webtable. When anchors are stored as part of docjoin files in the segment indexer, however, docid should be considered required.
  6. doclength (type: integer(), default: nil)
    - necessary for anything?
  7. homePageInfo (type: integer(), default: nil)
    - Information about if the source page is a home page. It can be one of the enum values defined in PerDocData::HomePageInfo (NOT_HOMEPAGE, NOT_TRUSTED, PARTIALLY_TRUSTED, and FULLY_TRUSTED).
  8. indyrank (type: integer(), default: nil)
    - uint16 scale
  9. ipaddr (type: integer(), default: nil)
    - DEPRECATED, use packed_ipaddress
  10. language (type: integer(), default: nil)
    - default -> English
  11. linkhash (type: String.t, default: nil)
    - 0 -> no hash
  12. localCountryCodes (type: list(integer()), default: nil)
    - Countries to which the source page is local/most relevant; stored as III identifiers for country/region codes (see http://go/iii).
  13. nsr (type: integer(), default: nil)
    - This NSR value has range [0,1000] and is the original value [0.0,1.0] multiplied by 1000 rounded to an integer.
  14. outdegree (type: integer(), default: nil)
    -
  15. outsites (type: integer(), default: nil)
    - approx num of pointed-to sites
  16. packedIpaddress (type: String.t, default: nil)
    - string in IPAddress::ToPackedString() format.
  17. pageTags (type: list(integer()), default: nil)
    - Page tags are described by enum PageTag in PerDocData. Page tags are used in anchors to identify properties of the linking page. These are DEPRECATED: in the future, use link_tags instead. DEPRECATED
  18. pagerank (type: integer(), default: nil)
    - uint16 scale
  19. pagerankNs (type: integer(), default: nil)
    - unit16 scale
  20. seglanguage (type: integer(), default: nil)
    - DEPRECATED
  21. site (type: String.t, default: nil)
    -
  22. spamrank (type: integer(), default: nil)
    - uint16 scale
  23. spamscore1 (type: integer(), default: nil)
    - deprecated, to be removed after October 20. 0-127 scale
  24. spamscore2 (type: integer(), default: nil)
    - 0-127 scale
  25. webtableKey (type: String.t, default: nil)
    - Webtable key of source

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AnchorsAnchorSource{
additionalInfo: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
cluster: integer() | nil,
compressedUrl: String.t() | nil,
crawlTimestamp: String.t() | nil,
docid: String.t() | nil,
doclength: integer() | nil,
homePageInfo: integer() | nil,
indyrank: integer() | nil,
ipaddr: integer() | nil,
language: integer() | nil,
linkhash: String.t() | nil,
localCountryCodes: [integer()] | nil,
nsr: integer() | nil,
outdegree: integer() | nil,
outsites: integer() | nil,
packedIpaddress: String.t() | nil,
pageTags: [integer()] | nil,
pagerank: integer() | nil,
pagerankNs: integer() | nil,
seglanguage: integer() | nil,
site: String.t() | nil,
spamrank: integer() | nil,
spamscore1: integer() | nil,
spamscore2: integer() | nil,
webtableKey: String.t() | nil
}

Function

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

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