TextOptions class
Options that define a text field in the search index.
Constructors
- TextOptions({String? defaultValue, bool? facetEnabled, bool? resultEnabled, String? textProcessor})
- TextOptions.fromXml(XmlElement elem)
-
factory
Properties
- defaultValue → String?
-
The default value for a text field. Optional.
final
- facetEnabled → bool?
-
Specifies whether facets are enabled for this field. Default: False.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resultEnabled → bool?
-
Specifies whether values of this field can be returned in search results and
used for ranking. Default: False.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textProcessor → String?
-
The text processor to apply to this field. Optional. Possible values:
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