View | Details | Raw Unified | Return to bug 9049
Collapse All | Expand All

(-)a/misc/migration_tools/rebuild_zebra.pl (-2 / +5 lines)
Lines 93-98 if ($process_zebraqueue and $do_not_clear_zebraqueue) { Link Here
93
    die $msg;
93
    die $msg;
94
}
94
}
95
95
96
if ($reset) {
97
    $noshadow = 1;
98
}
99
96
if ($noshadow) {
100
if ($noshadow) {
97
    $noshadow = ' -n ';
101
    $noshadow = ' -n ';
98
}
102
}
Lines 667-673 Parameters: Link Here
667
                            or -s.
671
                            or -s.
668
672
669
    -r                      clear Zebra index before
673
    -r                      clear Zebra index before
670
                            adding records to index
674
                            adding records to index. Implies -w.
671
675
672
    -d                      Temporary directory for indexing.
676
    -d                      Temporary directory for indexing.
673
                            If not specified, one is automatically
677
                            If not specified, one is automatically
674
- 

Return to bug 9049