GoogleCloudContentwarehouseV1TimeFilter

AI Overview😉

  • The potential purpose of this module is to filter search results based on the creation or update timestamp of documents. This allows Google to rank results by freshness or relevance, ensuring users get the most up-to-date information.
  • This module could impact search results by prioritizing documents that are more recent or have been updated recently. This could lead to more timely and relevant results, especially for searches related to news, events, or rapidly changing information. It may also demote older or stale content, reducing the visibility of outdated information.
  • To be more favorable for this function, a website could focus on regularly updating its content, ensuring that the most recent and relevant information is available to users. This could include implementing a content calendar, using automated updating tools, or encouraging user-generated content. Additionally, websites could focus on optimizing their document metadata, such as timestamp information, to ensure accurate and consistent filtering.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Filter on create timestamp or update timestamp of documents.

Attributes

  • timeField (type: String.t, default: nil) - Specifies which time field to filter documents on. Defaults to TimeField.UPLOAD_TIME.
  • timeRange (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeInterval.t, default: nil) -

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.GoogleCloudContentwarehouseV1TimeFilter{
    timeField: String.t() | nil,
    timeRange: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeInterval.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.