koha-index - Index Koha biblio/authority records
version 0.068
koha-index koha-index --verbose koha-index --source biblio --select queue koha-index --source authority --select all koha-index conf /etc/koha/mylib.xml --select queue \\ --directory /tmp/koha-index-mylib --keep
Index queued biblio/autority record, or reindex the whole DB. Koha standard environment variables must ne set appropriately: KOHA_CONF and PERL5LIB.
Select records to be indexed: biblio or authority. If not specified, biblio by default.
biblio
authority
Select record to be indexed: all or queue. If not specified, all is selected. If all is selected, zebra database is reset before indexing.
all
queue
Directory where records to be indexed by Zebra are exported. If not specified, a direcory named koha-index is used, and if necessary created, in the current directory. In this directory, sub-directories are created containing records to be updated or deleted by Zebra. If those subdirectories already exist, they are first emptied. The export directory tree is kept after zebra indexing.
koha-index
Keep the directory, and its content, where biblio/authority records have been exported.
Specify Koha configuration file.
Increase the amount of logging. Normally only warnings and errors from the indexing are shown.
koha-index-daemon
Frédéric Demians <f.demians@tamil.fr>
This software is Copyright (c) 2022 by Fréderic Démians.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
To install Koha::Contrib::Tamil, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Koha::Contrib::Tamil
CPAN shell
perl -MCPAN -e shell install Koha::Contrib::Tamil
For more information on module installation, please visit the detailed CPAN module installation guide.