Ignore:
Timestamp:
2011-08-26T17:31:50+12:00 (13 years ago)
Author:
davidb
Message:

Introduction of $site variable passed into the XXbuilder.pm perl code for indexing (needed to support Solr in Greenstone3)

File:
1 edited

Legend:

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

    r24460 r24495  
    5555
    5656sub new {
    57     my ($class, $collection, $source_dir, $build_dir, $verbosity,
     57    my ($class, $site, $collection, $source_dir, $build_dir, $verbosity,
    5858    $maxdocs, $debug, $keepold, $incremental, $incremental_mode,
    5959    $remove_empty_classifications,
     
    6565
    6666    # create a builder object
    67     my $self = bless {'collection'=>$collection,
     67    my $self = bless {'site'=>$site, # will be undef for Greenstone 2
     68              'collection'=>$collection,
    6869              'source_dir'=>$source_dir,
    6970              'build_dir'=>$build_dir,
Note: See TracChangeset for help on using the changeset viewer.