Click or drag to resize

FullTextFunction Class

A class that generates functions for use on the results of a full-text search
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryFullTextFunction

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static class FullTextFunction

The FullTextFunction type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRank
Creates a full-text ranking value function indicating how well the current query result matches the full-text query when performing the match comparison.
Top
See Also