Click or drag to resize

Index Class

A factory class for creating IIndex instances
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryIndex

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public static class Index

The Index type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFTSIndex
Starts the creation of an index based on a full text search
Public methodStatic memberValueIndex
Starts the creation of an index based on a simple property
Top
See Also