User manual

Installing Koha's Zebra Search Engine
Creating or recreating indexes
To create or recreate the complete index of all bibliographic records in the database,
we would run the command as follows:
linux -4yut: /usr /share /kohaclone /misc /migration_ tools # sudo
. /rebuild_
zebra.pl -b -r -v
To index bibliographic records incrementally, we could set up the command as
follows:
linux -4yut: /usr /share /kohaclone /misc /migration_ tools # sudo
. /rebuild_
zebra.pl -b -z -v
To index both bibliographic and authority records incrementally, we would set up
the command as follows:
linux -4yut: /usr /share /kohaclone /misc /migration_ tools # sudo
. /rebuild_
zebra.pl -b -a -z -v
If you have at least some records of large sizes, it is recommended that we use
the -x option:
linux -4yut: /usr /share /kohaclone /misc /migration_tools # sudo
. /rebuild_
zebra.pl -b -a -z -x -v
Using Koha without Zebra
If you decide that you do not want to use Zebra, you will need to ensure that
the system preference NoZebra is turned on. We will learn about Koha's system
preferences in subsequent chapters.
[48]