Ignore:
Timestamp:
2010-01-26T17:17:32+13:00 (14 years ago)
Author:
mdewsnip
Message:

Changed IncrementalBuildUtils::addDocument() to take the infodbtype type as a parameter, instead of assuming GDBM. Part of making the code less GDBM-specific.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/lucenebuildproc.pm

    r20732 r21643  
    498498          }
    499499        print STDERR "\n*** incrementally add metadata from document at: " . $file . "\n" if ($self->{'verbosity'} > 3);
    500         &IncrementalBuildUtils::addDocument($self->{'collection'}, $doc_obj, $doc_obj->get_top_section());
     500        &IncrementalBuildUtils::addDocument($self->{'collection'}, $self->{'infodbtype'}, $doc_obj, $doc_obj->get_top_section());
    501501      }
    502502    else
Note: See TracChangeset for help on using the changeset viewer.