Ignore:
Timestamp:
2008-07-01T15:40:42+12:00 (16 years ago)
Author:
mdewsnip
Message:

Removed the "-incremental" option from buildcol.pl (because it didn't do anything different to "-keepold", and changed "-incremental_dlc" back to "-incremental". Lots more incremental improvements on the way.

File:
1 edited

Legend:

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

    r15725 r16259  
    371371    #       already exists. If it doesn't, let the super classes function be
    372372    #       called once to generate it.
    373     if (!$self->{'incremental_dlc'} || !-e $infodb_file_path)
     373    if (!$self->{'incremental'} || !-e $infodb_file_path)
    374374    {
    375375        # basebuilder::make_infodatabase(@_);
Note: See TracChangeset for help on using the changeset viewer.