On Mon, Nov 2, 2015 at 5:00 PM, Robin Sheat <robin@catalyst.net.nz> wrote:
Tomas Cohen Arazi schreef op ma 02-11-2015 om 14:55 [-0300]:
> To enable it you need to
> - Comment the rebuild_zebra.pl line in /etc/cron.d/koha-common
> - Enable the indexer daemon in /etc/default/koha-common
> - Restart Koha's daemons:
>   $ sudo service koha-common stop ; sudo service koha-common start

Y'know, it could be reasonable to have the rebuilder check the state of
the indexer daemon switch and not do anything if it's on.

Or, to take this a step further, have some sort of trigger that would request that all items get rebuilt by the daemon, obviating the need for a full rebuild.