Gets score threshold.
Namespace: ININ.IceLib.EFaqAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public double ScoreThreshold { get; set; } |
Visual Basic |
---|
Public Property ScoreThreshold As Double Get Set |
Field Value
The score threshold.Remarks
The e-FAQ engine uses the score threshold to determine how many words in a Question / Answer pair
must match words from the query text. If the score threshold is 0, no matches will be cut based on this criteria. The value must be greater than or equal to 0.0.
The default is 1.0. A score threshold of 2.0 is considered strict, and few results will be returned.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The value was invalid. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 2 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 2 and beyond.