Interface IFullTextIndex
An interface for an index based on full text searching
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IFullTextIndex : IIndex
Methods
| Improve this Doc View SourceIgnoreAccents(bool)
Sets whether or not to ignore accents when performing the full text search
Declaration
IFullTextIndex IgnoreAccents(bool ignoreAccents)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | ignoreAccents | Whether or not to ignore accents |
Returns
| Type | Description |
|---|---|
| IFullTextIndex | The index for further processing |
SetLanguage(string)
Sets the locale to use when performing full text searching
Declaration
IFullTextIndex SetLanguage(string language)
Parameters
| Type | Name | Description |
|---|---|---|
| string | language | The language code in the form of ISO-639 language code |
Returns
| Type | Description |
|---|---|
| IFullTextIndex | The index for further processing |