Ignore:
Timestamp:
2009-02-03T09:48:19+13:00 (15 years ago)
Author:
davidb
Message:

Additions to support the deleting of documents from the index. Only works for indexers that support incremental building, e.g. lucene

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/arcinfo.pm

    r18441 r18456  
    129129
    130130    foreach my $file ( keys %$infodb_map ) {
    131     $self->{'import_filelist'}->{$file} = 1;
    132     }
    133 }
    134 
    135 
    136 sub load_import_filelist {
     131    $self->{'prev_import_filelist'}->{$file} = 1;
     132    }
     133}
     134
     135
     136sub load_prev_import_filelist {
    137137    my $self = shift (@_);
    138138    my ($filename) = @_;
Note: See TracChangeset for help on using the changeset viewer.