Click or drag to resize

FunctionRank Method

Creates a full-text ranking value function indicating how well the current query result matches the full-text query when performing the match comparison.

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public static IFunction Rank(
	IExpression property
)

Parameters

property
Type: Couchbase.Lite.QueryIExpression
The property expression used in the full-text match expression.

Return Value

Type: IFunction
A function that will perform the ranking
See Also