Ignore:
Timestamp:
2022-11-22T11:49:24+13:00 (17 months ago)
Author:
kjdon
Message:

added new List.max_partition_name_length option

File:
1 edited

Legend:

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

    r36532 r36912  
    681681List.numeric_partition_size_within_level:The number of items in each numeric partition (only applies when -numeric_partition_type_within_level is set to 'constant_size' or 'approximate_size'). Can be specified for each level. Separate levels by '/'.
    682682List.numeric_partition_name_length_within_level:Control how many consecutive digits are grouped to make the number for the numeric partition name. -1 implies all the digits.
    683 List.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' or 'approximate_size'.
     683List.partition_name_length:The length of the partition name; defaults to a variable length from 1 up to max_partition_name_length 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' or 'approximate_size'.
     684List.max_partition_name_length:If partition_name_length is not set, then this is the maximum number of characters to use in generating partition start and end values.
    684685List.partition_sort_mode_within_level:How to sort the values of metadata to create the partitions.
    685686List.numeric_partition_sort_mode_within_level:How to sort the values of numeric metadata to create the numeric partitions.
Note: See TracChangeset for help on using the changeset viewer.