IndexingDocjoinerCDocBuildInfo

AI Overview😉

  • The potential purpose of this module is to hold and process additional information (extraMessage) related to building the final document (cdoc) during the indexing process. This information is not part of the annotations or raw cdoc, but is still important for the indexing process.
  • This module could impact search results by influencing how documents are indexed and ranked. The extraMessage attribute may contain information that affects the relevance or importance of a document, which in turn could affect its position in search results. Additionally, the processing of this information could also impact the speed and efficiency of the indexing process.
  • A website may change things to be more favorable for this function by ensuring that their documents are properly structured and contain relevant information that can be extracted and processed by the IndexingDocjoinerCDocBuildInfo module. This could include using clear and descriptive metadata, providing high-quality and relevant content, and optimizing documents for indexing and crawling. Additionally, websites may want to focus on improving their document's relevance and importance signals to increase their chances of being ranked higher in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Holds extra info except annotations and raw cdoc for buildint the final cdoc.

Attributes

  • extraMessage (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t, default: nil) -

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.IndexingDocjoinerCDocBuildInfo{
  extraMessage:
    GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.