Click or drag to resize

IFTSIndexOnOn Method

Specifies the items to create an FTS based index on

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
IFTSIndex On(
	params IFTSIndexItem[] items
)

Parameters

items
Type: Couchbase.Lite.QueryIFTSIndexItem
The items to create the index on

Return Value

Type: IFTSIndex
The index object
See Also