For Babelfish Release 1.12.5.15

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.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public float SearchScore { get; set; }

Property Value

Single

See Also