RemoveWordsIfNoResults enum
Strategy to remove words from the query when it doesn't match any hits.
Values
- none → const RemoveWordsIfNoResults
-
const RemoveWordsIfNoResults(r'none')
- lastWords → const RemoveWordsIfNoResults
-
const RemoveWordsIfNoResults(r'lastWords')
- firstWords → const RemoveWordsIfNoResults
-
const RemoveWordsIfNoResults(r'firstWords')
- allOptional → const RemoveWordsIfNoResults
-
const RemoveWordsIfNoResults(r'allOptional')
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) → RemoveWordsIfNoResults
Constants
-
values
→ const List<
RemoveWordsIfNoResults> - A constant List of the values in this enum, in order of their declaration.