Click or drag to resize

IndexFTSIndex Method

Starts the creation of an index based on a full text search

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public static IFTSIndexOn FTSIndex()

Return Value

Type: IFTSIndexOn
The beginning of an FTS based index
See Also