weight property
The ranking value for sorting that we calculated using our relevance formula. This will hopefully get better with time and iteration.
Implementation
@JsonKey(name:'weight')
double? weight;
The ranking value for sorting that we calculated using our relevance formula. This will hopefully get better with time and iteration.
@JsonKey(name:'weight')
double? weight;