Class FullTextIndexItem
A factory class for creating IFullTextIndexItem instances
Inheritance
System.Object
FullTextIndexItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.String | property | The property name to base the index item on |
Returns
Type | Description |
---|---|
IFullTextIndexItem | The created index item |