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.1.0-b0232
Syntax public static IExpression Rank(
string indexName
)
Parameters
- indexName
- Type: SystemString
The FTS index name to use when performing the calculation
Return Value
Type:
IExpressionA function that will perform the ranking
See Also