CompositeDocForwardingDup

GoogleApi.ContentWarehouse.V1.Model.CompositeDocForwardingDup


Table of Contents ▼

Jump to a specific part of the page:

Description

The top forwarding dups of the canonical url. (note: it may actually include some dups that are NOT used for forwarding data but for making "info:" complete)

Attributes List

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

View Attributes

Attributes

  1. ecn (type: String.t, default: nil)
    - The name of the url's webmirror equivalence class.
  2. ecnFp (type: String.t, default: nil)
    -
  3. purposes (type: integer(), default: nil)
    - The purpose(s) of the forwarding dup indicating if it is used for forwarding signal/anchors generally, or only for forwarding some specific signal (e.g. navboost), or for some other purposes (e.g., not for forwarding any data but for making "info:" complete). See indexing/dups/public/dups.h for more details.
  4. rawPagerank (type: integer(), default: nil)
    - Raw pagerank of the url.
  5. repid (type: String.t, default: nil)
    - The webmirror repid of the forwarding dup.
  6. url (type: String.t, default: nil)
    - The url of the forwarding dup.
  7. urlencoding (type: integer(), default: nil)
    - The encoding of the url (see webutil/urlencoding for details).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocForwardingDup{
ecn: String.t() | nil,
ecnFp: String.t() | nil,
purposes: integer() | nil,
rawPagerank: integer() | nil,
repid: String.t() | nil,
url: String.t() | nil,
urlencoding: integer() | nil
}

Function

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

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