FullTextFunction class abstract final Query Builder
Factory for creating full-text search function expressions.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
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
.