GoogleApi.CloudSearch.V1.Model.IntegerPropertyOptions (google_api_cloud_search v0.14.0) 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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.