An array of match scores, one per querylet supplied for the source table.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function getMatchScoreQlt() As Double() _ Implements INetricsSearchResult.getMatchScoreQlt |
| C# |
|---|
| public double[] getMatchScoreQlt() |
| C++ |
|---|
| public: array<double>^ getMatchScoreQlt() sealed |
| J# |
|---|
| public double[] getMatchScoreQlt() |
| JScript |
|---|
| public function getMatchScoreQlt() : double[] |
Implements
INetricsSearchResult.getMatchScoreQlt
Remarks
If a querylet is specified per field in the table, this method can be used to determine which fields contributed to the match. See the section on score types for more information.