FuzzySearchUtils constructor
Creates a match at index in the original candidate list, holding the
matched text and its computed relevance score.
Implementation
const FuzzySearchUtils(int index, String text, double score)
: _index = index,
_text = text,
_score = score;