Show / Hide Table of Contents

Class FullTextExpression

[DEPRECATED] A class that generates expressions that operate on the results of full-text searching

Inheritance
object
FullTextExpression
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 Source

Index(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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX