Anchors

GoogleApi.ContentWarehouse.V1.Model.Anchors


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. anchor (type: list(GoogleApi.ContentWarehouse.V1.Model.AnchorsAnchor), default: nil)
    -
  2. homepageAnchorsDropped (type: String.t, default: nil)
    - The total # of local homepage anchors dropped in AnchorAccumulator.
  3. indexTier (type: integer(), default: nil)
    - The index tier from which the anchors were extracted. Note that this is only valid in the anchor record written by linkextractor. The value can be one of the enum values defined in segindexer/types.h.
  4. localAnchorsDropped (type: String.t, default: nil)
    - The total # of local non-homepage anchors dropped in AnchorAccumulator.
  5. nonlocalAnchorsDropped (type: String.t, default: nil)
    - The total # of non-local anchors dropped in AnchorAccumulator.
  6. redundantAnchorsDropped (type: String.t, default: nil)
    - The *_anchors_dropped fields below are not populated by Alexandria, which uses cdoc.anchor_stats instead. The total # of redundant anchors dropped in linkextractor.
  7. redundantanchorinfo (type: list(GoogleApi.ContentWarehouse.V1.Model.AnchorsRedundantAnchorInfo), default: nil)
    -
  8. supplementalAnchorsDropped (type: String.t, default: nil)
    - The total # of supplemental anchors dropped in AnchorAccumulator. ## DEPRECATED.
  9. targetDocid (type: String.t, default: nil)
    - may be implicit
  10. targetSite (type: String.t, default: nil)
    - HOST_LEVEL site chunking.
  11. targetUrl (type: String.t, default: nil)
    - This is produced during link extraction but not written out in the linklogs in order to save space.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.Anchors{
anchor: [GoogleApi.ContentWarehouse.V1.Model.AnchorsAnchor.t()] | nil,
homepageAnchorsDropped: String.t() | nil,
indexTier: integer() | nil,
localAnchorsDropped: String.t() | nil,
nonlocalAnchorsDropped: String.t() | nil,
redundantAnchorsDropped: String.t() | nil,
redundantanchorinfo: [GoogleApi.ContentWarehouse.V1.Model.AnchorsRedundantAnchorInfo.t()] | nil,
supplementalAnchorsDropped: String.t() | nil,
targetDocid: String.t() | nil,
targetSite: String.t() | nil,
targetUrl: String.t() | nil
}

Function

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

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