Click or drag to resize

IndexBuilder Class

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

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static class IndexBuilder

The IndexBuilder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFullTextIndex
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