RepositoryWebrefQueryIndices

AI Overview😉

  • The potential purpose of this module is to identify and group similar search queries that have been collapsed into a single query by WebRef. This allows the search algorithm to treat these equivalent queries as a single unit, improving the accuracy and relevance of search results.
  • This module could impact search results by ensuring that similar search queries are treated consistently, reducing the likelihood of duplicate or redundant results. It may also help to improve the ranking of relevant results by giving more weight to queries that are commonly associated with a particular topic or entity.
  • A website may optimize for this function by using clear and consistent language throughout their content, including meta tags, headings, and body copy. This can help search engines to better understand the topics and entities mentioned on the website, and to identify equivalent search queries. Additionally, using structured data and schema markup can help to provide search engines with more accurate and relevant information about the website's content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Identifies a set of NavBoost queries in the CompositeDoc. Typically these queries were collapsed by WebRef into a single query and they were treated by the annotator as equivalent. They all contain the same mentions (at the same offsets).

Attributes

  • featuresIndex (type: list(integer()), default: nil) - The set of indices in the NavBoostQuery::features() array that belong to the collapsed features.
  • queriesIndex (type: integer(), default: nil) - The index of the query in NavBoostDocument::queries() array.

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.RepositoryWebrefQueryIndices{
  featuresIndex: [integer()] | nil,
  queriesIndex: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.