Get the overall match score for this record.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function getMatchScore() As Double _ Implements INetricsSearchResult.getMatchScore |
| C# |
|---|
| public double getMatchScore() |
| C++ |
|---|
| public: double getMatchScore() sealed |
| J# |
|---|
| public double getMatchScore() |
| JScript |
|---|
| public function getMatchScore() : double |
Return Value
One of the three scores below depending on the scoreType passed in the NetricsSearchOpts object (NormMatchScore by default). See the section on score types for more information.