MagnitudeScoringParameters.ShouldBoostBeyondRangeByConstant Property

Optional. Gets or sets a value indicating whether to apply a constant boost for field values beyond the range end value; default is false.

Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Usage

'Usage
Dim instance As MagnitudeScoringParameters
Dim value As Boolean

value = instance.ShouldBoostBeyondRangeByConstant

instance.ShouldBoostBeyondRangeByConstant = value

Syntax

'Declaration
Public Property ShouldBoostBeyondRangeByConstant As Boolean
public bool ShouldBoostBeyondRangeByConstant { get; set; }
public:
property bool ShouldBoostBeyondRangeByConstant {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShouldBoostBeyondRangeByConstant ()

/** @property */
public void set_ShouldBoostBeyondRangeByConstant (boolean value)
public function get ShouldBoostBeyondRangeByConstant () : boolean

public function set ShouldBoostBeyondRangeByConstant (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

MagnitudeScoringParameters Class
MagnitudeScoringParameters Members
Microsoft.Azure.Search.Models Namespace