Initializes a new instance of the EFaqQueryOptions class with the specified values.
Namespace: ININ.IceLib.EFaqAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public EFaqQueryOptions( int maximumResults, double minimumGrade, double scoreThreshold ) |
Visual Basic |
---|
Public Sub New ( _ maximumResults As Integer, _ minimumGrade As Double, _ scoreThreshold As Double _ ) |
Parameters
- maximumResults
- Type: System..::..Int32
The maximum results to return.
- minimumGrade
- Type: System..::..Double
The minimum grade.
- scoreThreshold
- Type: System..::..Double
The score threshold.
Remarks
Note |
---|
If entries are returned because they contain a "guaranteed hit" keyword, all of them are returned, no matter what. (So, even if the query specified only to return up to 5 entries, if 7 entries were guaranteed-hits, then 7 entries will be returned.) |
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.