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):
Attributes
-
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. -
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. -
NumBackwardLinks
(type:integer()
, default:nil
)
- Summary statistics. -
NumRelated
(type:integer()
, default:nil
)
- -
NumVersions
(type:integer()
, default:nil
)
- -
PublicationDay
(type:integer()
, default:nil
)
- -
PublicationMonth
(type:integer()
, default:nil
)
- -
PublicationYear
(type:integer()
, default:nil
)
- Publication date. -
RemoveLink
(type:boolean()
, default:nil
)
- Remove this URL from the index - error page, broken landing page, etc. DEPRECATED, was never used or even filled correctly. -
ScholarId
(type:String.t
, default:nil
)
- For links from websearch to scholar. -
Title
(type:String.t
, default:nil
)
- Title of the article. Its only filled in when the html title of the page isn't good. -
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).
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
}
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