Click or drag to resize

IndexBuilderFullTextIndex 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#
public static IFullTextIndex FullTextIndex(
	params IFullTextIndexItem[] items
)

Parameters

items
Type: Couchbase.Lite.QueryIFullTextIndexItem
The items to use to create the index

Return Value

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