weight property

  1. @JsonKey(name: 'weight')
double? weight
getter/setter pair

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;