@@ -, +, @@ --- misc/migration_tools/rebuild_zebra.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/misc/migration_tools/rebuild_zebra.pl +++ a/misc/migration_tools/rebuild_zebra.pl @@ -93,6 +93,10 @@ if ($process_zebraqueue and $do_not_clear_zebraqueue) { die $msg; } +if ($reset) { + $noshadow = 1; +} + if ($noshadow) { $noshadow = ' -n '; } @@ -667,7 +671,7 @@ Parameters: or -s. -r clear Zebra index before - adding records to index + adding records to index. Implies -w. -d Temporary directory for indexing. If not specified, one is automatically --