Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 888 Bytes

PromotionRangeBoost.md

File metadata and controls

14 lines (10 loc) · 888 Bytes

Com.Sajari.Sdk.Model.PromotionRangeBoost

Properties

Name Type Description Notes
Boost float Number that determines the size of the boost that is applied to matching records. Must be greater than or equal to 0 and less than or equal to 1. [optional]
End float The end value to apply 1 boost to. [optional]
Field string The field to apply the boost to. [optional]
NullBoost float The boost given to null/empty values. Must be greater than or equal to 0 and less than or equal to 1. The default value is 0. [optional]
Start float The start value to apply 0 boost to. [optional]

[Back to Model list] [Back to API list] [Back to README]