IndexingDocjoinerServingTimeClusterIds

AI Overview😉

  • The potential purpose of this module is to remove duplicate search results at the time of serving. It appears to group documents into clusters based on different properties, and then uses these clusters to de-duplicate the results.
  • This module could impact search results by ensuring that users do not see multiple identical or very similar results. This could improve the overall quality and diversity of the search results, making it more likely that users will find what they are looking for.
  • To be more favorable to this function, a website could focus on creating unique and high-quality content that stands out from others. This could include using distinct titles, descriptions, and keywords, as well as providing valuable and relevant information to users. Additionally, ensuring that website content is well-organized and easily crawlable by search engines could also help.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message contains a set of cluster ids used to de-dup at serving time. A document could be clustered into different clusters according to different properties.

Attributes

  • clusterId (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerServingTimeClusterId.t), default: nil) - The exact cluster metadata for each individual cluster if any.

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.IndexingDocjoinerServingTimeClusterIds{
    clusterId:
      [
        GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerServingTimeClusterId.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.