Changeset 8446


Ignore:
Timestamp:
2004-11-04T13:05:25+13:00 (19 years ago)
Author:
kjdon
Message:

new classifier:AutoHierarchy. Does the same thing as Hierarchy classifier but without the need for a hierarchy file

Location:
trunk/gsdl/perllib
Files:
1 added
1 edited

Legend:

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

    r8362 r8446  
    278278# Classifier option descriptions
    279279#
     280AutoHierarchy.desc:Classifier plugin for generating a hierarchical classification based on structured metadata, without the need for a supplementary file.
     281
     282AutoHierarchy.separator:Regular expression used for the separator
     283
     284AutoHierarchy.suppresslastlevel:Ignore the final part of the metadata value. This is useful for metadata where each value is unique, such as file paths.
     285
    280286AZCompactList.allvalues:Use all metadata values found.
    281287
     
    344350DateList.sort:An extra metadata field to sort by in the case where two documents have the same date.
    345351
    346 Hierarchy.desc:Classifier plugin for generating hierarchical classifications.
     352Hierarchy.desc:Classifier plugin for generating hierarchical classifications based on a supplementary structure file.
    347353
    348354Hierarchy.hfile:The classification structure file.
Note: See TracChangeset for help on using the changeset viewer.