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(Boolean)
Sets whether or not to ignore accents when performing the full text search
Declaration
IFullTextIndex IgnoreAccents(bool ignoreAccents)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | 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 |
---|---|---|
System.String | language | The language code in the form of ISO-639 language code |
Returns
Type | Description |
---|---|
IFullTextIndex | The index for further processing |