Ignore:
Timestamp:
2009-11-02T09:44:55+13:00 (14 years ago)
Author:
kjdon
Message:

changed the set value for the two classifiers partition_type_within_level option to approximate_size - gives the nicest looking result

Location:
gsdl/trunk/collect/modelcol/etc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/collect/modelcol/etc/collect.cfg

    r20437 r20871  
    1212**plugins**
    1313
    14 classify       List -metadata dc.Title;ex.Title -partition_type_within_level constant_size
    15 classify       List -metadata ex.Source -partition_type_within_level constant_size
     14classify       List -metadata dc.Title;ex.Title -partition_type_within_level approximate_size
     15classify       List -metadata ex.Source -partition_type_within_level approximate_size
    1616
    1717collectionmeta collectionname    "**title**"
  • gsdl/trunk/collect/modelcol/etc/collectionConfig.xml

    r20120 r20871  
    103103        <classifier name="List">
    104104          <option name="-metadata" value="dc.Title;Title"/>
    105           <option name="-partition_type_within_level" value="constant_size"/>
     105          <option name="-partition_type_within_level" value="approximate_size"/>
    106106       </classifier>
    107107        <classifier name="List">
    108108          <option name="-metadata" value="Source"/>
    109           <option name="-partition_type_within_level" value="constant_size"/>
     109          <option name="-partition_type_within_level" value="approximate_size"/>
    110110        </classifier>
    111111        <format>
Note: See TracChangeset for help on using the changeset viewer.