Lines 144-150
sub process {
Link Here
|
144 |
$matcher_code = $matcher->code(); |
144 |
$matcher_code = $matcher->code(); |
145 |
$num_with_matches = |
145 |
$num_with_matches = |
146 |
BatchFindDuplicates( $batch_id, $matcher, 10, 50, |
146 |
BatchFindDuplicates( $batch_id, $matcher, 10, 50, |
147 |
sub { my $job_progress = shift; $self->progress( $self->progress + $job_progress )->store } ); |
147 |
sub { my $job_progress = shift; $self->progress( $job_progress )->store } ); |
148 |
SetImportBatchMatcher( $batch_id, $matcher_id ); |
148 |
SetImportBatchMatcher( $batch_id, $matcher_id ); |
149 |
SetImportBatchOverlayAction( $batch_id, $overlay_action ); |
149 |
SetImportBatchOverlayAction( $batch_id, $overlay_action ); |
150 |
SetImportBatchNoMatchAction( $batch_id, $nomatch_action ); |
150 |
SetImportBatchNoMatchAction( $batch_id, $nomatch_action ); |
151 |
- |
|
|