Uses of Class
com.pervasive.datarush.matching.Index
Packages that use Index
Package
Description
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 IndexModifierConstructorDescriptionDiscoverDuplicates(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.