A ranked value returned by Fuzler.top_matches/3 and Fuzler.top_matches/4.
Summary
Types
@type t() :: %Fuzler.Match{ index: non_neg_integer(), score: Fuzler.score(), value: String.t() }
A ranked value returned by Fuzler.top_matches/3 and Fuzler.top_matches/4.
@type t() :: %Fuzler.Match{ index: non_neg_integer(), score: Fuzler.score(), value: String.t() }