Ignore:
Timestamp:
2014-10-28T19:35:58+13:00 (9 years ago)
Author:
ak19
Message:

Rebuilding OAILocal model-collection for perl 5.18/5.17 and later, since new versions of perl randomise the order of children of unsorted classifiers and for those children with identical filenames. The changes are to collect.cfg: now sorting both classifiers on ex.dc.Title (a unique field in this collection), to ensure the documents are displayed in the same order on each rebuild, despite the description metadata on which the classifier is built containing duplicate descriptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/model-collect/OAI-Local/etc/collect.cfg

    r28079 r29407  
    1515defaultlevel    document
    1616
    17 classify    AZCompactList -metadata ex.dc.Subject -buttonname subjects
     17classify    AZCompactList -metadata ex.dc.Subject -sort ex.dc.Title -buttonname subjects
    1818
    19 classify    AZCompactList -metadata ex.dc.Description -mingroup 2 -mincompact 1 -buttonname captions -maxcompact 10
     19classify    AZCompactList -metadata ex.dc.Description -sort ex.dc.Title -mingroup 2 -mincompact 1 -buttonname captions -maxcompact 10
    2020
    2121# import options, needed for diffcol testing
Note: See TracChangeset for help on using the changeset viewer.