IFullTextIndexSetLanguage Method |
Sets the locale to use when performing full text searching
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IFullTextIndex SetLanguage(
string language
)
Parameters
- language
- Type: SystemString
The language code in the form of ISO-639 language code
Return Value
Type:
IFullTextIndexThe index for further processing
See Also