For Babelfish Release 1.12.3.10

SparseDefinitionSearchResultSearchScore Property

If the user specified a search term in the REST API call, SearchScore returns the relavenacy of this Definition compared to the search term. The higher the value the better the match. A value of -1 means no search term comparision was made.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public float SearchScore { get; set; }

Property Value

Single

See Also