Uses of Record Class
cloud.opencode.base.string.match.FuzzyMatch
Packages that use FuzzyMatch
-
Uses of FuzzyMatch in cloud.opencode.base.string.match
Methods in cloud.opencode.base.string.match that return types with arguments of type FuzzyMatchModifier and TypeMethodDescriptionList<FuzzyMatch<T>> Finds all items that match the query above the threshold.Finds the best matching item.static List<FuzzyMatch<String>> OpenFuzzyMatch.suggest(String query, Collection<String> candidates) Gets search suggestions with default threshold.static List<FuzzyMatch<String>> OpenFuzzyMatch.suggest(String query, Collection<String> candidates, double threshold) Gets search suggestions with match details.