Lines 5-13
usage() {
Link Here
|
5 |
cat <<EOF |
5 |
cat <<EOF |
6 |
$scriptname |
6 |
$scriptname |
7 |
|
7 |
|
8 |
Index Koha records by chunks. It is useful when some record causes errors and |
8 |
Index Koha records by chunks. It is useful when a record causes errors and |
9 |
stop the indexation process. With this script, if indexation of one chunk fails, |
9 |
stops the indexing process. With this script, if indexing of one chunk fails, |
10 |
chunk is splitted in two or more chunks, and indexation continue on these chunks. |
10 |
that chunk is split into two or more chunks, and indexing continues on these chunks. |
11 |
rebuild_zebra.pl is called only once to export records. Splitting and indexing |
11 |
rebuild_zebra.pl is called only once to export records. Splitting and indexing |
12 |
is handled by this script (using yaz-marcdump and zebraidx). |
12 |
is handled by this script (using yaz-marcdump and zebraidx). |
13 |
|
13 |
|
14 |
- |
|
|