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/lucenebuildproc.pm

    r14923 r14934  
    398398# /** process() **/
    399399
     400
     401# Following methods seem to be no different to those defined in basebuildproc.pm
     402# From inspection, it looks like these ones can be removed
     403
     404
    400405sub get_num_docs {
    401406    my $self = shift (@_);
Note: See TracChangeset for help on using the changeset viewer.