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

(-)a/debian/scripts/koha-elasticsearch (-1 / +1 lines)
Lines 111-117 run_rebuild_elasticsearch() Link Here
111
    fi
111
    fi
112
112
113
    if koha-shell \
113
    if koha-shell \
114
          -c "${KOHA_BINDIR}/search_tools/rebuild_elastic_search.pl ${rebuild_opts}" \
114
          -c "${KOHA_BINDIR}/search_tools/rebuild_elasticsearch.pl ${rebuild_opts}" \
115
          ${name}; then
115
          ${name}; then
116
        return 0
116
        return 0
117
    else
117
    else
(-)a/misc/search_tools/rebuild_elastic_search.pl (-3 / +2 lines)
Lines 21-31 Link Here
21
21
22
=head1 NAME
22
=head1 NAME
23
23
24
rebuild_elastic_search.pl - inserts records from a Koha database into Elasticsearch
24
rebuild_elasticsearch.pl - inserts records from a Koha database into Elasticsearch
25
25
26
=head1 SYNOPSIS
26
=head1 SYNOPSIS
27
27
28
B<rebuild_elastic_search.pl>
28
B<rebuild_elasticsearch.pl>
29
[B<-c|--commit>=C<count>]
29
[B<-c|--commit>=C<count>]
30
[B<-v|--verbose>]
30
[B<-v|--verbose>]
31
[B<-h|--help>]
31
[B<-h|--help>]
32
- 

Return to bug 21872