Click or drag to resize

FullTextFunctionRank 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: 2.0.0-b0520
Syntax
C#
public static IExpression Rank(
	string indexName
)

Parameters

indexName
Type: SystemString
The FTS index name to use when performing the calculation

Return Value

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