Click or drag to resize

FTSIndexItemExpression Method

Creates an FTS index item based on a given IExpression

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntax
C#
public static IFTSIndexItem Expression(
	IExpression expression
)

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The expression to base the index item on

Return Value

Type: IFTSIndexItem
The created index item
See Also