Ignore:
Timestamp:
2014-06-09T14:40:40+12:00 (10 years ago)
Author:
kjdon
Message:

added -metadata_selection_mode firstvalue|firstvalidmetadata|allvalues option, to decide which values to classify on if using a list of metadata, eg dc.Date,Date. Replicates -firstvalueonly and -allvalues of AZCompactList, but can specify for each level in hierarchy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/strings.properties

    r29013 r29094  
    649649List.level_partition.approximate_size:Create a partition per letter, then group or split the letters to get approximately the same sized partitions.
    650650
    651 List.metadata:Metadata fields used for classification. Use '/' to separate the levels in the hierarchy and ';' to separate metadata fields within each level.
    652 
     651List.metadata:Metadata fields used for classification. Use '/' to separate the levels in the hierarchy and ';' or ',' to separate metadata fields within each level.
     652
     653List.metadata_selection_mode:Determines how many metadata values the document is classified by, within each level. Use '/' to separate the levels.
     654List.metadata_selection.firstvalue:Only classify by a single metadata value, the first one encountered.
     655List.metadata_selection.firstvalidmetadata:Classify by all the metadata values of the first element in the list that has values.
     656List.metadata_selection.allvalues:Classify by all metadata values found, from all elements in the list.
    653657List.partition_name_length:The length of the partition name; defaults to a variable length from 1 up to 3 characters, depending on how many are required to distinguish the partition start from its end. This option only applies when partition_type_within_level is set to 'constant_size'.
    654658
Note: See TracChangeset for help on using the changeset viewer.