Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
IndexBuilder Class
IndexBuilder Methods
FullTextIndex Method
ValueIndex Method
IndexBuilder
FullTextIndex 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.1.0-b0232
Syntax
C#
Copy
public
static
IFullTextIndex
FullTextIndex
(
params
IFullTextIndexItem
[]
items
)
Parameters
items
Type:
Couchbase.Lite.Query
IFullTextIndexItem
The items to use to create the index
Return Value
Type:
IFullTextIndex
The beginning of an FTS based index
See Also
Reference
IndexBuilder Class
Couchbase.Lite.Query Namespace