Changeset 27562 for main/trunk


Ignore:
Timestamp:
2013-06-06T11:28:20+12:00 (11 years ago)
Author:
kjdon
Message:

added new build option sections_sort_on_document_metadata. same as sections_index_document_metadata but used for the lucene sort fields, not the indexed fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/buildcol.pl

    r27305 r27562  
    217217      { 'name' => "sections_index_document_metadata",
    218218    'desc' => "{buildcol.sections_index_document_metadata}",
     219    'type' => "enum",
     220    'list' => $sec_index_list,
     221    'reqd' => "no",
     222    'modegli' => "2" },
     223      { 'name' => "sections_sort_on_document_metadata",
     224    'desc' => "{buildcol.sections_sort_on_document_metadata}",
    219225    'type' => "enum",
    220226    'list' => $sec_index_list,
Note: See TracChangeset for help on using the changeset viewer.