AppsPeopleOzExternalMergedpeopleapiMatchInfoLookupTokenMatch

AI Overview😉

  • The potential purpose of this module is to identify and extract specific substrings within a larger string that match a given search query. This allows the algorithm to pinpoint exact phrases or keywords within a document or webpage that are relevant to the user's search.
  • This module could impact search results by influencing the ranking of pages that contain exact matches to the search query. Pages with multiple exact matches may be considered more relevant and therefore ranked higher, while pages with fewer or no exact matches may be ranked lower. This could also affect the snippet or preview text shown in search results, highlighting the exact matched substrings to the user.
  • To be more favorable for this function, a website could ensure that their content includes exact matches to common search queries related to their topic or niche. This could involve using keywords and phrases strategically throughout the content, as well as using header tags and other semantic HTML elements to highlight important keywords. Additionally, using concise and descriptive titles, meta descriptions, and other metadata could also help this module identify relevant substrings and improve the website's search engine ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

All the substring that were matched for the given query against the current field. Represents a substring of another string.

Attributes

  • endIndex (type: integer(), default: nil) - Index right after the last character that matches the query. length = end-start, we have substring = [start, end).
  • startIndex (type: integer(), default: nil) - Index of the first unicode character that matches the query.

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.AppsPeopleOzExternalMergedpeopleapiMatchInfoLookupTokenMatch{
    endIndex: integer() | nil,
    startIndex: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.