ExtraSnippetInfoResponseQuerySubitem

AI Overview😉

  • The potential purpose of this module is to analyze and understand the search query by breaking it down into individual terms, phrases, and synonyms. This helps the search engine to better comprehend the user's intent and provide more accurate results.
  • This module could impact search results by allowing the search engine to identify and prioritize the most important keywords and phrases in the query. This could lead to more relevant and accurate results, as the search engine can better understand the context and intent behind the search query. Additionally, it could also help to reduce the noise and irrelevant results by identifying and down-ranking less important or optional terms.
  • To be more favorable for this function, a website may focus on using clear and concise language in their content, including relevant keywords and phrases that accurately reflect the topic and intent of the page. Additionally, using synonyms and related terms can also help the search engine to better understand the context and relevance of the content. Furthermore, optimizing meta tags, titles, and descriptions to accurately reflect the content and intent of the page can also help to improve the search engine's understanding of the query and provide more accurate results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A query term, phrase, or synonym. An original query term or phrase is called an "item". Each item may have more than one "subitem" if there are synonyms. In rare cases a subitem may correspond to multiple items, such as the subitem "cia" in the query [central intelligence agency].

Attributes

  • isHighlighted (type: boolean(), default: nil) - Additional information from the SnippetQuery.
  • isOptional (type: boolean(), default: nil) -
  • isOriginal (type: boolean(), default: nil) - true iff this subitem was an original query term or phrase. Can only be false if want_all_query_subitems == true in the request.
  • items (type: integer(), default: nil) - a bitvector of the query items corresponding to this subitem. Typically only one bit is set, but see comment above.
  • text (type: String.t, default: nil) - text associated with this query item
  • weight (type: integer(), default: nil) - the weight of this query item, as calculated by SubitemWeight(): https://qwiki.corp.google.com/display/Q/SnippetWeights

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.ExtraSnippetInfoResponseQuerySubitem{
    isHighlighted: boolean() | nil,
    isOptional: boolean() | nil,
    isOriginal: boolean() | nil,
    items: integer() | nil,
    text: String.t() | nil,
    weight: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.