Changeset 36679


Ignore:
Timestamp:
2022-10-03T18:53:53+13:00 (19 months ago)
Author:
anupama
Message:

Word-PDF- diffcol collections need List classifiers have sort_leaf_nodes_using set to: dc.Title,ex.Title|ex.Source, to sort on title and then sort on Source for any identical titles. The Word-PDF- diffcol collections need their dc.Creator AZCompactList classifier set to sort on ex.Source because there is no hierarchical sorting (if titles match, sort by ex.Source) for AZCompactList. Since some titles are duplicated, I want to ensure a consistent ordering for diffcol across OS where model vs test collections are built, so I choose the otherwise strange filename/ex.Source metadata to sort documents within authors/dc.Creator by (the authors are already sorted alphabetically by the AZCompactList classifier).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/gs3-model-collect/Word-PDF-Enhanced/etc/collectionConfig.xml

    r30029 r36679  
    104104            <option name="-metadata" value="dc.Title;Title"/>
    105105            <option name="-partition_type_within_level" value="approximate_size"/>
     106            <option name="-sort_leaf_nodes_using" value="dc.Title,ex.Title|ex.Source"/>
    106107        </classifier>
    107108        <classifier name="AZCompactList">
    108109            <option name="-metadata" value="dc.Creator,Creator"/>
    109110            <option name="-firstvalueonly"/>
     111            <option name="-sort" value="ex.Source"/>
    110112        </classifier>
    111113        <format>
Note: See TracChangeset for help on using the changeset viewer.