FullTextIndexConfiguration constructor
FullTextIndexConfiguration(
- List<
String> expressions, { - bool? ignoreAccents,
- FullTextLanguage? language,
Creates a specification of a full text Index from a list of SQL++
expressions.
Implementation
factory FullTextIndexConfiguration(
List<String> expressions, {
bool? ignoreAccents,
FullTextLanguage? language,
}) = _FullTextIndexConfiguration;