Uses of Class
cloud.opencode.base.string.match.FuzzyMatcher.Builder
Packages that use FuzzyMatcher.Builder
-
Uses of FuzzyMatcher.Builder in cloud.opencode.base.string.match
Methods in cloud.opencode.base.string.match that return FuzzyMatcher.BuilderModifier and TypeMethodDescriptionAdds an item to the matcher.FuzzyMatcher.Builder.addAll(Collection<? extends T> items) Adds multiple items to the matcher.FuzzyMatcher.Builder.algorithm(FuzzyMatcher.MatchAlgorithm algorithm) Sets the matching algorithm.static FuzzyMatcher.Builder<String> FuzzyMatcher.builder()Creates a new builder for String items.static <T> FuzzyMatcher.Builder<T> Creates a new builder with custom key extractor.FuzzyMatcher.Builder.ignoreCase(boolean ignoreCase) Sets whether to ignore case.FuzzyMatcher.Builder.maxResults(int maxResults) Sets the maximum number of results.FuzzyMatcher.Builder.threshold(double threshold) Sets the similarity threshold (0.0 - 1.0).