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.1.0-b0232
Syntax 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:
IFullTextExpressionThe generated query expression
See Also