Voting helps other researchers find interesting modules.
Represents a subpart of the anchor data of the docjoins, but is much smaller. When we build this SimplifiedAnchor from the anchor data of the docjoins, by specifying the option separate_onsite_anchors to SimplifiedAnchorsBuilder, we can also separate the onsite anchors from the other (offdomain) anchors. So onsite anchors and offdomain anchors will have their own count, score, normalized score, and total volume (.._offdomain and .._onsite fields). For example, if there are 10 onsite anchors and 20 offdomain anchors for the anchor text "mountain view", then the count_from_onsite is 10, and the count_from_offdomain is 20 when we separate onsite anchors out. Otherwise (if we don't separate onsite anchors), the count is 30 (10 + 20) and we don't have values in the .._offdomain and .._onsite fields.
anchorIndices
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnchorIndices.t
nil
anchorText
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString.t
count
String.t
countFromOffdomain
countFromOnsite
normalizedScore
number()
normalizedScoreFromOffdomain
normalizedScoreFromOnsite
score
scoreFromFragment
scoreFromOffdomain
scoreFromOffdomainFragment
scoreFromOnsite
scoreFromOnsiteFragment
scoreFromRedirect
totalVolume
totalVolumeFromOffdomain
totalVolumeFromOnsite
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedAnchor{ anchorIndices: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnchorIndices.t() | nil, anchorText: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString.t() | nil, count: String.t() | nil, countFromOffdomain: String.t() | nil, countFromOnsite: String.t() | nil, normalizedScore: number() | nil, normalizedScoreFromOffdomain: number() | nil, normalizedScoreFromOnsite: number() | nil, score: number() | nil, scoreFromFragment: number() | nil, scoreFromOffdomain: number() | nil, scoreFromOffdomainFragment: number() | nil, scoreFromOnsite: number() | nil, scoreFromOnsiteFragment: number() | nil, scoreFromRedirect: number() | nil, totalVolume: number() | nil, totalVolumeFromOffdomain: number() | nil, totalVolumeFromOnsite: number() | nil }
@spec decode(struct(), keyword()) :: struct()