FullTextIndexConfiguration constructor

FullTextIndexConfiguration(
  1. List<String> expressions, {
  2. bool? ignoreAccents,
  3. 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;