Class FullTextExpression
[DEPRECATED] A class that generates expressions that operate on the results of full-text searching
Inherited Members
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
[Obsolete("This class deprecated, please use FullTextFunction.")]
public static class FullTextExpression
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
[Obsolete("This class deprecated, please use Match(string indexName, string query) in FullTextFunction class.")]
public static IFullTextExpression Index(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the full-text index to perform the check against |
Returns
| Type | Description |
|---|---|
| IFullTextExpression | The generated query expression |