Changeset 7549


Ignore:
Timestamp:
2004-06-03T13:47:09+12:00 (20 years ago)
Author:
kjdon
Message:

new/renamed/redescribed metadata options to AZCompactList

File:
1 edited

Legend:

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

    r7506 r7549  
    269269# Classifier option descriptions
    270270#
     271AZCompactList.allvalues:Use all metadata values found.
    271272
    272273AZCompactList.desc:Classifier plugin for sorting alphabetically
     
    276277AZCompactList.doclevel.section:By sections.
    277278
     279AZCompactList.firstvalueonly:Use only the first metadata value found.
     280
    278281AZCompactList.freqsort:Sort by node frequency rather than alpha-numeric.
    279282
    280283AZCompactList.maxcompact:Maximum number of documents to be displayed per page.
    281284
    282 AZCompactList.metadata:A single Metadata field or a comma separated list of Metadata fields used for classification. Typically used in conjunction with the -onlyfirst flag resulting in the first item of metadata from the list given being used.
     285AZCompactList.metadata:A single Metadata field, or a comma separated list of Metadata fields, used for classification. If a list is specified, the first metadata type that has values will be used. May be used in conjunction with the -firstvalueonly and -allvalues flags, to select only the first value, or all metadata values from the list.
    283286
    284287AZCompactList.mincompact:Minimum number of documents to be displayed per page.
     
    287290
    288291AZCompactList.minnesting:The smallest value that will cause a list to be converted into a nested list.
    289 
    290 AZCompactList.onlyfirst:Control whether all or only first metadata value used from array of metadata.
    291292
    292293AZCompactList.recopt:Used in nested metadata such as -metadata Year/Organisation.
Note: See TracChangeset for help on using the changeset viewer.