FullTextFunction class Null safety Query Builder
Factory for creating full-text search function expressions.
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
match(
{required String indexName, required String query}) → ExpressionInterface -
Creates a full-text match expression against the full-text index of the
given
indexName
and with the given full-textquery
. -
rank(
String indexName) → ExpressionInterface -
Creates an expression which evaluates to the rank of a result when
matching against the full-text index with given
indexName
. [...]