IntArrayOptions class
Options for a field that contains an array of 64-bit signed integers.
Present if IndexFieldType
specifies the field is of type
int-array
. All options are enabled by default.
Constructors
- IntArrayOptions({int? defaultValue, bool? facetEnabled, bool? returnEnabled, bool? searchEnabled, String? sourceFields})
- IntArrayOptions.fromXml(XmlElement elem)
-
factory
Properties
- defaultValue → int?
-
A value to use for the field if the field isn't specified for a document.
final
- facetEnabled → bool?
-
Whether facet information can be returned for the field.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- returnEnabled → bool?
-
Whether the contents of the field can be returned in the search results.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchEnabled → bool?
-
Whether the contents of the field are searchable.
final
- sourceFields → String?
-
A list of source fields to map to the field.
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