ScienceIndexSignal

GoogleApi.ContentWarehouse.V1.Model.ScienceIndexSignal


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. HtmlTitleFp (type: String.t, default: nil)
    - Fingerprint of the html title of the page. This is useful for checking if we have the same version of the page as websearch.
  2. IndexSelectionScore (type: number(), default: nil)
    - Index selection score for websearch, bigger is better: (0.5,1.0] - prefer selection into the base index, (0.0,0.5] - prefer selection into the supplemental index.
  3. NumRelated (type: integer(), default: nil)
    -
  4. NumVersions (type: integer(), default: nil)
    -
  5. PublicationDay (type: integer(), default: nil)
    -
  6. PublicationMonth (type: integer(), default: nil)
    -
  7. PublicationYear (type: integer(), default: nil)
    - Publication date.
  8. ScholarId (type: String.t, default: nil)
    - For links from websearch to scholar.
  9. Title (type: String.t, default: nil)
    - Title of the article. Its only filled in when the html title of the page isn't good.
  10. VisiblePrefixTerms (type: integer(), default: nil)
    - Length of document prefix that most users are likely to see. Only filled in when we index subscription fulltext but most users see abstracts. This is a conservative guesstimate - e.g., ACM shows fulltext to university/company subscribers (including Google employees) based on user's IP address, but we don't know subscriber IPs, so ACM's PDF pages would have ~500 in this field (estimated length of abstract).
  11. author (type: list(GoogleApi.ContentWarehouse.V1.Model.ScienceIndexSignalAuthor), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceIndexSignal{
HtmlTitleFp: String.t() | nil,
IndexSelectionScore: number() | nil,
NumBackwardLinks: integer() | nil,
NumRelated: integer() | nil,
NumVersions: integer() | nil,
PublicationDay: integer() | nil,
PublicationMonth: integer() | nil,
PublicationYear: integer() | nil,
RemoveLink: boolean() | nil,
ScholarId: String.t() | nil,
Title: String.t() | nil,
VisiblePrefixTerms: integer() | nil,
author: [GoogleApi.ContentWarehouse.V1.Model.ScienceIndexSignalAuthor.t()] | nil
}

Function

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

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