Click or drag to resize

IndexOptions Class

A class representing options for creating an index in a database
Inheritance Hierarchy
SystemObject
  Couchbase.LiteIndexOptions

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public sealed class IndexOptions

The IndexOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIgnoreDiacriticals
Gets or sets whether or not to ignore diacriticals (i.e. accent marks, etc) when full text searching
Public propertyLanguage
Gets or sets the language to use for full text search
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also