Class FullTextExpression
[DEPRECATED] A class that generates expressions that operate on the results of full-text searching
Inheritance
System.Object
FullTextExpression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.String | name | The name of the full-text index to perform the check against |
Returns
Type | Description |
---|---|
IFullTextExpression | The generated query expression |