| Package | Description | 
|---|---|
| com.pervasive.datarush.matching | 
 Provides operators for performing discovering duplicates or links between
 records. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DiscoverLinks.setPhases(List<Phase> phases)  | 
void | 
DiscoverDuplicates.setPhases(List<Phase> phases)  | 
| Constructor and 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. 
 | 
Copyright © 2020 Actian Corporation. All rights reserved.