BoostSpec

Stay organized with collections Save and categorize content based on your preferences.

Boost specification to boost certain items.

JSON representation
{
  "conditionBoostSpecs": [
    {
      object (ConditionBoostSpec)
    }
  ],

  // Union field _skip_boost_spec_validation can be only one of the following:
  "skipBoostSpecValidation": boolean
  // End of list of possible types for union field _skip_boost_spec_validation.
}
Fields
conditionBoostSpecs[]

object (ConditionBoostSpec)

Condition boost specifications. If a product matches multiple conditions in the specifictions, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.

Union field _skip_boost_spec_validation.

_skip_boost_spec_validation can be only one of the following:

skipBoostSpecValidation

boolean

Whether to skip boostspec validation. If this field is set to true, invalid BoostSpec.condition_boost_specs will be ignored and valid BoostSpec.condition_boost_specs will still be applied.