Class FullTextExpression
[DEPRECATED] A class that generates expressions that operate on the results of full-text searching
Inheritance
System.Object
FullTextExpression
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public static class FullTextExpression : object
Methods
| Improve this Doc View SourceIndex(String)
[DEPRECATED] Generates a query expression that will check for matches against a given full text index name
Declaration
public static IFullTextExpression Index(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name of the full-text index to perform the check against |
Returns
| Type | Description |
|---|---|
| IFullTextExpression | The generated query expression |