IndexingDocjoinerAnchorStatisticsRedundantAnchorInfo

GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorStatisticsRedundantAnchorInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

------------------------------------------------------------------------- The total number of redundant anchors dropped per (domain, text). If we receive a large number of anchors from a particular domain, then we'll throw out all but 200 of them from that domain. The data is sorted by the (domain, text) pairs. This is capped at 10,000 entries (if less, it will have the same number of elements as the above_limit count).

Attributes List

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

View Attributes

Attributes

  1. anchorsDropped (type: String.t, default: nil)
    -
  2. domain (type: String.t, default: nil)
    -
  3. text (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerAnchorStatisticsRedundantAnchorInfo{
anchorsDropped: String.t() | nil,
domain: String.t() | nil,
text: String.t() | nil
}

Function

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

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