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-b0125
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also