Show / Hide Table of Contents

Class FullTextIndexItem

A factory class for creating IFullTextIndexItem instances

Inheritance
object
FullTextIndexItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public static class FullTextIndexItem

Methods

| Improve this Doc View Source

Property(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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX