<<

Koha::Indexer::Utils

Koha::Indexer::Utils - utility functions for managing search indexes

DESCRIPTION

This modules contains utility functions for managing various aspects of Koha's bibliographic and authority search indexes.

FUNCTIONS

zebra_record_abs_to_dom

$dom_config = Koha::Indexer::Utils::zebra_record_abs_to_dom($record_abs_config, $marcflavour);

Given a string containing the contents of a records.abs configuration file as used by Zebra's GRS-1 filter, emit an equivalent DOM configuration.

<<