View Source GoogleApi.CloudSearch.V1.Model.HtmlPropertyOptions (google_api_cloud_search v0.24.0)

The options for html properties.

Attributes

  • operatorOptions (type: GoogleApi.CloudSearch.V1.Model.HtmlOperatorOptions.t, default: nil) - If set, describes how the property should be used as a search operator.
  • retrievalImportance (type: GoogleApi.CloudSearch.V1.Model.RetrievalImportance.t, default: nil) - Indicates the search quality importance of the tokens within the field when used for retrieval. Can only be set to DEFAULT or NONE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.HtmlPropertyOptions{
  operatorOptions: GoogleApi.CloudSearch.V1.Model.HtmlOperatorOptions.t() | nil,
  retrievalImportance:
    GoogleApi.CloudSearch.V1.Model.RetrievalImportance.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.