FullTextIndexConfiguration class abstract final Query

A specification of a full text Index through a list of SQL++ expressions.

Implemented types

Constructors

FullTextIndexConfiguration(List<String> expressions, {bool? ignoreAccents, FullTextLanguage? language})
Creates a specification of a full text Index through a list of SQL++ expressions.
factory

Properties

expressions List<String>
The SQL++ expressions to use to create the index.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
ignoreAccents bool
Whether the index should ignore accents and diacritical marks.
getter/setter pair
language FullTextLanguage?
The dominant language.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited