IndexOptions Class |
Namespace: Couchbase.Lite.Query
public sealed class IndexOptions
The IndexOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| IndexOptions |
Default Constructor
| |
| IndexOptions(String, Boolean) |
Constructor
|
| Name | Description | |
|---|---|---|
| IgnoreDiacriticals |
Gets or sets whether or not to ignore diacriticals
(i.e. accent marks, etc) when full text searching
| |
| Language |
Gets or sets the language to use for full text search
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |