IndexOptions Constructor (String, Boolean) |
Constructor
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax public IndexOptions(
string language,
bool ignoreDiacriticals
)
Parameters
- language
- Type: SystemString
The language to use for full text search - ignoreDiacriticals
- Type: SystemBoolean
Whether or not to ignore diacriticals
(i.e. accent marks, etc) when full text searching
See Also