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
Syntaxpublic static IFunction Rank(
IExpression property
)
Parameters
- property
- Type: Couchbase.Lite.QueryIExpression
The property expression used in the full-text match expression.
Return Value
Type:
IFunctionA function that will perform the ranking
See Also