Suggester class
Configuration information for a search suggester. Each suggester has a
unique name and specifies the text field you want to use for suggestions.
The following options can be configured for a suggester:
FuzzyMatching
, SortExpression
.
Constructors
- Suggester({required DocumentSuggesterOptions documentSuggesterOptions, required String suggesterName})
- Suggester.fromXml(XmlElement elem)
-
factory
Properties
- documentSuggesterOptions → DocumentSuggesterOptions
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggesterName → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited