GoogleCloudContentwarehouseV1HistogramQueryResult

AI Overview😉

  • The potential purpose of this module is to provide a way to analyze and summarize the distribution of values in a specific field or facet of search results, allowing for more efficient and accurate filtering and ranking of search results.
  • This module could impact search results by allowing Google to better understand the distribution of values in a particular field, and use this information to rank results more accurately. For example, if a user searches for "cars", this module could help Google understand the distribution of car models, prices, or locations, and use this information to rank results that are most relevant to the user's query.
  • To be more favorable for this function, a website could ensure that its metadata and structured data are accurate and up-to-date, and that it provides a clear and consistent format for fields such as dates, prices, or locations. Additionally, the website could consider providing additional metadata or schema.org markup to help Google better understand the distribution of values in its fields, and to provide more accurate and relevant search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Histogram result that matches HistogramQuery specified in searches.

Attributes

  • histogram (type: map(), default: nil) - A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value. The key format is: * (for string histogram) string values stored in the field.
  • histogramQuery (type: String.t, default: nil) - Requested histogram expression.

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.GoogleCloudContentwarehouseV1HistogramQueryResult{
    histogram: map() | nil,
    histogramQuery: 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.