Click or drag to resize

FullTextExpression Class

A class that generates expressions that operate on the results of full-text searching
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryFullTextExpression

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

The FullTextExpression type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIndex
Generates a query expression that will check for matches against a given full text index name
Top
See Also