greenstone.org greenstone wiki greenstone trac planet greenstone

Ticket #329 (new enhancement)

Opened 2 months ago

Last modified 13 hours ago

Support for dynamic classifiers in GLI

Reported by: kjdon Assigned to: nobody
Priority: high Milestone: Release 2.82
Component: GLI Severity: enhancement
Keywords: Cc:

Description

Michael has implemented dynamic classifiers using sqlite. Need to upgrade GLI to offer the infodbtype option for the collect.cfg file. And also add support for the new dynamicclassifier directive. Ask Michael for more information :-)

Change History

2008-08-28 12:34:16 changed by kjdon

  • milestone changed from Next Release (2 or 3) to Release 2.82.

Need "infodbtype sqlite" in the config file, then rebuild.

Classifiers specified like

dynamic_classifier Organizations "dls.Organization"

The first word is the name (translatable??? not I think)

Can be options:

dynamic_classifier Organizations "dls.Organization -group_by_first_character"

Options found by looking at the code:

-split_using_hierarchy_separator X -group_by_first_character -use_hlist_at_top -split_greenstone_dates -sort_documents_by Y

Need to think about: translating the title, auto generate the options for gli ...