Click or drag to resize

FullTextIndexItemProperty Method

Creates an FTS index item based on a given IExpression

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static IFullTextIndexItem Property(
	string property
)

Parameters

property
Type: SystemString
The property name to base the index item on

Return Value

Type: IFullTextIndexItem
The created index item
See Also