Class FullTextIndexItem
A factory class for creating IFullTextIndexItem instances
Inheritance
System.Object
FullTextIndexItem
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public static class FullTextIndexItem : object
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 |
---|---|---|
System.String | property | The property name to base the index item on |
Returns
Type | Description |
---|---|
IFullTextIndexItem | The created index item |