FuzzyResult

fuzzy search result

Members

Variables

matches
RedBlackTree!(int, "a < b", false) matches;

index of matched characters.

score
double score;

similarity metric. (Higher better)

value
string value;

entry. e.g "Documents/foo/bar/"

Meta