FullTextIndexConfiguration
Configuration for creating full-text indexes.
Constructors
Initializes a full-text index using an array of SQL++ expression strings, with an optional where clause for partial indexing.
Properties
Whether to ignore accents/diacritical marks. The default value is Defaults.FullTextIndex.IGNORE_ACCENTS.
The language code which is an ISO-639 language such as "en", "fr", etc. Setting the language code affects how word breaks and word stems are parsed. If not explicitly set, the current locale's language will be used. Setting a null, empty, or unrecognized value will disable the language features.
Functions
Whether to ignore accents/diacritical marks. The default value is Defaults.FullTextIndex.IGNORE_ACCENTS.
The language code which is an ISO-639 language such as "en", "fr", etc. Setting the language code affects how word breaks and word stems are parsed. If not explicitly set, the current locale's language will be used. Setting a null, empty, or unrecognized value will disable the language features.
A predicate expression defining conditions for indexing documents. Only documents satisfying the predicate are included, enabling partial indexes.