ExactOnSingleWordQuery enum
Determines how the Exact ranking criterion is computed when the query contains only one word.
Values
- attribute → const ExactOnSingleWordQuery
-
const ExactOnSingleWordQuery(r'attribute')
- none → const ExactOnSingleWordQuery
-
const ExactOnSingleWordQuery(r'none')
- word → const ExactOnSingleWordQuery
-
const ExactOnSingleWordQuery(r'word')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic json) → ExactOnSingleWordQuery
Constants
-
values
→ const List<
ExactOnSingleWordQuery> - A constant List of the values in this enum, in order of their declaration.