Bugzilla – Attachment 89113 Details for
Bug 21872
Elasticsearch indexing faster by making it multi-threaded
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21872: Fix name of rebuild_elasticsearch.pl
Bug-21872-Fix-name-of-rebuildelasticsearchpl.patch (text/plain), 1.81 KB, created by
Martin Renvoize (ashimema)
on 2019-04-30 09:31:27 UTC
(
hide
)
Description:
Bug 21872: Fix name of rebuild_elasticsearch.pl
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-04-30 09:31:27 UTC
Size:
1.81 KB
patch
obsolete
>From 98fd5fb8517781a622cddc665af9f743696649de Mon Sep 17 00:00:00 2001 >From: Ere Maijala <ere.maijala@helsinki.fi> >Date: Mon, 4 Mar 2019 14:30:13 +0200 >Subject: [PATCH] Bug 21872: Fix name of rebuild_elasticsearch.pl > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > debian/scripts/koha-elasticsearch | 2 +- > .../{rebuild_elastic_search.pl => rebuild_elasticsearch.pl} | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > rename misc/search_tools/{rebuild_elastic_search.pl => rebuild_elasticsearch.pl} (98%) > >diff --git a/debian/scripts/koha-elasticsearch b/debian/scripts/koha-elasticsearch >index dead22ea57..48ad23c722 100755 >--- a/debian/scripts/koha-elasticsearch >+++ b/debian/scripts/koha-elasticsearch >@@ -111,7 +111,7 @@ run_rebuild_elasticsearch() > fi > > if koha-shell \ >- -c "${KOHA_BINDIR}/search_tools/rebuild_elastic_search.pl ${rebuild_opts}" \ >+ -c "${KOHA_BINDIR}/search_tools/rebuild_elasticsearch.pl ${rebuild_opts}" \ > ${name}; then > return 0 > else >diff --git a/misc/search_tools/rebuild_elastic_search.pl b/misc/search_tools/rebuild_elasticsearch.pl >similarity index 98% >rename from misc/search_tools/rebuild_elastic_search.pl >rename to misc/search_tools/rebuild_elasticsearch.pl >index 696c0b1e7f..fa88a3cc96 100755 >--- a/misc/search_tools/rebuild_elastic_search.pl >+++ b/misc/search_tools/rebuild_elasticsearch.pl >@@ -21,11 +21,11 @@ > > =head1 NAME > >-rebuild_elastic_search.pl - inserts records from a Koha database into Elasticsearch >+rebuild_elasticsearch.pl - inserts records from a Koha database into Elasticsearch > > =head1 SYNOPSIS > >-B<rebuild_elastic_search.pl> >+B<rebuild_elasticsearch.pl> > [B<-c|--commit>=C<count>] > [B<-v|--verbose>] > [B<-h|--help>] >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21872
:
82582
|
82583
|
82584
|
82585
|
82586
|
82598
|
82599
|
82780
|
85119
|
85121
|
85975
|
85976
|
85977
|
85978
|
85979
|
86053
|
86054
|
86055
|
86056
|
86057
|
89109
|
89110
|
89111
|
89112
| 89113