Bugzilla – Attachment 86057 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.76 KB, created by
Josef Moravec
on 2019-03-05 11:30:55 UTC
(
hide
)
Description:
Bug 21872: Fix name of rebuild_elasticsearch.pl
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-05 11:30:55 UTC
Size:
1.76 KB
patch
obsolete
>From 81c90278514078b38e4f4c31915a8849fed288e8 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> >--- > 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 8064c91330..4b7ed09b55 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.11.0
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