Ignore:
Timestamp:
2007-12-20T21:53:14+13:00 (16 years ago)
Author:
davidb
Message:

Changes to allow statistic calculations for metadata coverage, i.e. for this docment which metadata set prefixes are used, which fields within those prefixes are used, and how many times. This is then agregated over the all documents and the summary stored as collection level metadata.

File:
1 edited

Legend:

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

    r14666 r14934  
    634634
    635635    # do the collection info
    636     print $handle "[collection]\n";
    637    
     636    $self->output_collection_meta_start($handle);
     637    $self->output_collection_meta_sets($handle);
     638
    638639    # first do the collection meta stuff - everything without a dot
    639640    my $collmetadefined = 0;
     
    701702    }
    702703    }
    703     print $handle $lang_entry;
    704     # end the collection entry
    705     print $handle "\n" . ('-' x 70) . "\n";       
    706 
    707 
     704    print $handle "$lang_entry\n";
     705
     706    $self->output_collection_meta_end($handle);
    708707}
    709708
Note: See TracChangeset for help on using the changeset viewer.