MeiliRankingScoreDetailsAttributeRule class

Inheritance

Constructors

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

Properties

attributeRankingOrderScore num
Score computed depending on the first attribute each word of the query appears in. The first attribute in the searchableAttributes list yields the highest score, the last attribute the lowest.
final
hashCode int
The hash code for this object.
no setterinherited
order int
The order that this ranking rule was applied
finalinherited
queryWordDistanceScore num
Score computed depending on the position the attributes where each word of the query appears in.
final
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

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