Uses of Class
com.pervasive.datarush.matching.Index
-
Packages that use Index Package Description com.pervasive.datarush.matching Provides operators for performing discovering duplicates or links between records. -
-
Uses of Index in com.pervasive.datarush.matching
Constructors in com.pervasive.datarush.matching with parameters of type Index Constructor Description DiscoverDuplicates(Index index, List<Phase> phases)
Discover duplicates using multiple phases of comparison, classifying and filtering.DiscoverLinks(Index index, List<Phase> phases)
Discover linkages between input using multiple phases of comparison, classifying and filtering.
-