IndexingDocjoinerDataVersionVersionInfo

AI Overview😉

  • The potential purpose of this module is to track and manage different versions of document data, including updates and deletions, by storing timestamp information. This allows Google to keep a record of changes made to documents and ensure that the most up-to-date information is used for indexing and search results.
  • This module could impact search results by ensuring that the most recent and accurate version of a document is used for ranking and indexing. This could lead to more relevant and up-to-date search results, as well as prevent outdated or deleted content from appearing in search results. Additionally, it could help Google to identify and handle duplicate or conflicting versions of a document.
  • A website may change things to be more favorable for this function by ensuring that their content management system (CMS) or database accurately tracks and updates timestamp information for document changes. This could involve implementing a version control system or using APIs that provide timestamp information. Additionally, websites could ensure that their document metadata, such as title and description, is accurately updated and reflected in their CMS or database, to provide the most up-to-date information for Google's indexing and search algorithms.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerDataVersionVersionInfo (google_api_content_warehouse v0.4.0)

Attributes

  • considerationTimestampMicros (type: String.t, default: nil) - Sometimes, a piece of data may not exist for a document (and we don't want to delete it), so timestamp_micros won't exist. However, consideration_timestamp_micros will be set to indicate we tried to update that piece of data for tracking purposes.
  • humanReadableVersion (type: String.t, default: nil) -
  • timestampMicros (type: String.t, default: nil) - The timestamp when a piece of data is updated (or deleted if the data doesn't exist in the update).

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerDataVersionVersionInfo{
    considerationTimestampMicros: String.t() | nil,
    humanReadableVersion: String.t() | nil,
    timestampMicros: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.