For Babelfish Release 1.11.1.3

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

Property Value

Single

See Also