Voting helps other researchers find interesting modules.
NOTE: In segindexer, the docproperties of a document may be reused from a previous cycle if its content is not changed. If you add a new field to DocProperties, make sure it is taken care (i.e., gets copied from a previous cycle to the current document) in CDocProperties::EndDocument().
avgTermWeight
integer()
nil
badTitle
boolean()
badtitleinfo
list(GoogleApi.ContentWarehouse.V1.Model.DocPropertiesBadTitleInfo.t)
languages
list(integer())
leadingtext
GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextInfo.t
numPunctuations
numTags
numTokens
proseRestrict
list(String.t)
restricts
timestamp
String.t
title
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DocProperties{ avgTermWeight: integer() | nil, badTitle: boolean() | nil, badtitleinfo: [GoogleApi.ContentWarehouse.V1.Model.DocPropertiesBadTitleInfo.t()] | nil, languages: [integer()] | nil, leadingtext: GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextInfo.t() | nil, numPunctuations: integer() | nil, numTags: integer() | nil, numTokens: integer() | nil, proseRestrict: [String.t()] | nil, restricts: [String.t()] | nil, timestamp: String.t() | nil, title: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()