Uses of Enum Class
com.yahoo.schema.document.MatchAlgorithm
Packages that use MatchAlgorithm
-
Uses of MatchAlgorithm in com.yahoo.schema.document
Methods in com.yahoo.schema.document that return MatchAlgorithmModifier and TypeMethodDescriptionMatching.getAlgorithm()static MatchAlgorithmReturns the enum constant of this class with the specified name.static MatchAlgorithm[]MatchAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.schema.document with parameters of type MatchAlgorithmModifier and TypeMethodDescriptionvoidMatching.setAlgorithm(MatchAlgorithm algorithm) voidSDField.setMatchingAlgorithm(MatchAlgorithm algorithm) Set matching algorithm for this field and all subfields. -
Uses of MatchAlgorithm in com.yahoo.schema.parser
Methods in com.yahoo.schema.parser with parameters of type MatchAlgorithm