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-b0469
Syntaxpublic static IFTSIndex FTSIndex(
params IFTSIndexItem[] items
)
Parameters
- items
- Type: Couchbase.Lite.QueryIFTSIndexItem
The items to use to create the index
Return Value
Type:
IFTSIndexThe beginning of an FTS based index
See Also