Changeset 15687


Ignore:
Timestamp:
2008-05-23T16:11:09+12:00 (16 years ago)
Author:
mdewsnip
Message:

Removed a couple of references to gdbm.

Location:
gsdl/trunk/perllib
Files:
2 edited

Legend:

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

    r15685 r15687  
    147147    # if we are doing subcollections, then some docs shouldn't be indexed.
    148148    # but we need to put the section tag placeholders in there so the
    149     # sections match up with gdbm db
     149    # sections match up with database
    150150    my $indexed_section = $doc_obj->get_metadata_element($section, "gsdldoctype") || "indexed_section";
    151151    if (($indexed_doc == 0) || ($indexed_section ne "indexed_section" && $indexed_section ne "indexed_doc")) {
     
    385385            $self->{'numincdocs'}++;
    386386            $section = $doc_obj->get_next_section($section);
    387             # if no sections wanted, only gdbm the docs
     387            # if no sections wanted, only add the docs
    388388            last if ($self->{'db_level'} eq "document");
    389389          }
  • gsdl/trunk/perllib/mgppbuilder.pm

    r15685 r15687  
    853853    $build_cfg->{'levelmap'} = \@levelmap;
    854854
    855     # text level (and gdbm level) is always section
     855    # text level (and database level) is always section
    856856    $build_cfg->{'textlevel'} = $level_map{'section'};
    857857   
Note: See TracChangeset for help on using the changeset viewer.