Hit class

Inheritance

Constructors

Hit(String id, Map doc, {String? index, String? type, double? score, List? sort, Map<String, List>? fields, Map<String, List<String>>? highlight})

Properties

doc Map
finalinherited
fields Map<String, List>?
final
hashCode int
The hash code for this object.
no setterinherited
highlight Map<String, List<String>>?
final
id String
finalinherited
index String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double?
finalinherited
sort List?
finalinherited
type String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited