google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.IntegerPropertyOptions View Source

Options for integer properties.

Attributes

  • maximumValue (type: String.t, default: nil) - The maximum value of the property. The minimum and maximum values for the property are used to rank results according to the ordered ranking. Indexing requests with values greater than the maximum are accepted and ranked with the same weight as items indexed with the maximum value.
  • minimumValue (type: String.t, default: nil) - The minimum value of the property. The minimum and maximum values for the property are used to rank results according to the ordered ranking. Indexing requests with values less than the minimum are accepted and ranked with the same weight as items indexed with the minimum value.
  • operatorOptions (type: GoogleApi.CloudSearch.V1.Model.IntegerOperatorOptions.t, default: nil) - If set, describes how the integer should be used as a search operator.
  • orderedRanking (type: String.t, default: nil) - Used to specify the ordered ranking for the integer. Can only be used if isRepeatable is false.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudSearch.V1.Model.IntegerPropertyOptions{
  maximumValue: String.t(),
  minimumValue: String.t(),
  operatorOptions: GoogleApi.CloudSearch.V1.Model.IntegerOperatorOptions.t(),
  orderedRanking: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.