Click or drag to resize

FullTextExpressionIndex Method

Generates a query expression that will check for matches against a given full text index name

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static IFullTextExpression Index(
	string name
)

Parameters

name
Type: SystemString
The name of the full-text index to perform the check against

Return Value

Type: IFullTextExpression
The generated query expression
See Also