CosmosDbFunctionsExtensions.FullTextScore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the full-text search score for the specified property and keywords.
public static double FullTextScore(this Microsoft.EntityFrameworkCore.DbFunctions _, string property, params string[] keywords);
static member FullTextScore : Microsoft.EntityFrameworkCore.DbFunctions * string * string[] -> double
<Extension()>
Public Function FullTextScore (_ As DbFunctions, property As String, ParamArray keywords As String()) As Double
Parameters
The DbFunctions instance.
- property
- String
The property to score.
- keywords
- String[]
The keywords to score by.
Returns
The full-text search score.