Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MaxNMaxNamesNum is the largest number of names that can be processed // per request. If input contains more names, it will be truncated. MaxNamesNum = 10_000 // JobsNum determines number of go-routines to run during matching. JobsNum = 16 )
Variables ¶
This section is empty.
Functions ¶
func NewMatcher ¶
func NewMatcher(em exact.ExactMatcher, fm fuzzy.FuzzyMatcher) matcher
NewMatcher returns Matcher object. It takes interfaces to ExactMatcher and FuzzyMatcher.
Types ¶
Click to show internal directories.
Click to hide internal directories.