Class FullTextIndexItem
A factory class for creating IFullTextIndexItem instances
Inherited Members
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public static class FullTextIndexItem
Methods
| Improve this Doc View SourceProperty(string)
Creates an FTS index item based on a given IExpression
Declaration
public static IFullTextIndexItem Property(string property)
Parameters
| Type | Name | Description |
|---|---|---|
| string | property | The property name to base the index item on |
Returns
| Type | Description |
|---|---|
| IFullTextIndexItem | The created index item |