Return search results whose scores are above a given percentage of the score of the first record.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub usePercentOfTopCutoff( _ 
   ByVal val As Double _ 
)
C#
public void usePercentOfTopCutoff(
   double val
)
C++
public:
 void usePercentOfTopCutoff(
   double val
) sealed 
J#
public void usePercentOfTopCutoff(
   double val
)
JScript
public  function usePercentOfTopCutoff(
   val : double
)

Parameters

val
The percentage of the first records score for which no records below that score will be returned. (Valid range is from 0.0 to 100.0)

Remarks

This cutoff returns the first match plus all record above a certain percentage of the first match.

See Also