| 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-b0713
 Syntax
Syntaxpublic 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
See Also