FuzzyResult

fuzzy search result

Members

Variables

isMatch
bool isMatch;

return true if consecutive characters are matched.

matches
long[] matches;

index of matched characters (0 = miss , 1 = hit).

score
long score;

similarity metric. (Higher better)

value
string value;

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

Meta