MeiliRankingScoreDetailsTypoRule class

Inheritance

Constructors

MeiliRankingScoreDetailsTypoRule.fromJson(Map<String, dynamic> src)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxTypoCount int
The maximum number of typos that can be corrected in the query to match a document.
final
order int
The order that this ranking rule was applied
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
The relevancy score of a document according to a ranking rule and relative to a search query.
finalinherited
src Map<String, dynamic>
The source json object this was created from.
finalinherited
typoCount int
The number of typos to correct in the query to match that document.
final

Methods

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

Operators

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