Changeset 20864 for gsdl/trunk


Ignore:
Timestamp:
2009-10-30T10:53:48+13:00 (14 years ago)
Author:
kjdon
Message:

List partition_type options rename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/strings.properties

    r20863 r20864  
    610610List.level_partition.none:None.
    611611List.level_partition.per_letter:Create a partition for each letter.
    612 List.level_partition.constant_size:Create partition with constant size.
    613 List.level_partition.per_letter_fixed_size:Create a partition per letter with approximately fixed size.
     612List.level_partition.constant_size:Create partitions with constant size.
     613List.level_partition.approximate_size:Create a partition per letter, then group or split the letters to get approximately the same sized partitions.
    614614
    615615List.metadata:Metadata fields used for classification. Use '/' to separate the levels in the hierarchy and ';' to separate metadata fields within each level.
     
    617617List.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'.
    618618
    619 List.partition_size_within_level:The number of items in each partition (only applies when partition_type_within_level is set to 'constant_size'). Can be specified for each level. Separate levels by '/'.
    620 
    621 List.partition_type_within_level:The type of partitioning done: either 'per_letter', 'per_letter_fixed_size', 'constant_size', or 'none'. Can be specified for each level. Separate levels by '/'.
     619List.partition_size_within_level:The number of items in each partition (only applies when partition_type_within_level is set to 'constant_size' or 'approximate_size'). Can be specified for each level. Separate levels by '/'.
     620
     621List.partition_type_within_level:The type of partitioning done. Can be specified for each level. Separate levels by '/'.
    622622
    623623List.sort_leaf_nodes_using:Metadata fields used for sorting the leaf nodes. Use '|' to separate the metadata groups to stable sort and ';' to separate metadata fields within each group.
Note: See TracChangeset for help on using the changeset viewer.