Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
IFTSIndexOn Interface
IFTSIndexOn Methods
On Method
IFTSIndexOn
On 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#
Copy
IFTSIndex
On
(
params
IFTSIndexItem
[]
items
)
Parameters
items
Type:
Couchbase.Lite.Query
IFTSIndexItem
The items to create the index on
Return Value
Type:
IFTSIndex
The index object
See Also
Reference
IFTSIndexOn Interface
Couchbase.Lite.Query Namespace