Bugzilla – Attachment 102918 Details for
Bug 23137
Add a command line tool to reset elasticsearch mappings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23137: Add documentation
Bug-23137-Add-documentation.patch (text/plain), 1.55 KB, created by
Nick Clemens (kidclamp)
on 2020-04-14 10:14:27 UTC
(
hide
)
Description:
Bug 23137: Add documentation
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-04-14 10:14:27 UTC
Size:
1.55 KB
patch
obsolete
>From 120f0ec8c98f3e34d050100f059fc1ee508b8aa9 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 14 Apr 2020 10:14:00 +0000 >Subject: [PATCH] Bug 23137: Add documentation > >--- > debian/docs/koha-elasticsearch.xml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > >diff --git a/debian/docs/koha-elasticsearch.xml b/debian/docs/koha-elasticsearch.xml >index 8b25087a5e..f82040506a 100644 >--- a/debian/docs/koha-elasticsearch.xml >+++ b/debian/docs/koha-elasticsearch.xml >@@ -30,6 +30,8 @@ > <refsynopsisdiv> > <cmdsynopsis> > <command>koha-elasticsearch --rebuild</command> >+ <arg>-d|--delete</arg> >+ <arg>-r|--reset</arg> > <arg>-b|--biblios</arg> > <arg>-a|--authorities</arg> > <arg>-v|--verbose</arg> >@@ -56,6 +58,19 @@ > <refsect1><title>Options</title> > <variablelist> > <varlistentry> >+ <term><option>-d</option></term> >+ <listitem> >+ <para>In conjunction with <option>--rebuild</option>, it deletes existing indexes before reindexing.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>-r</option></term> >+ <listitem> >+ <para>In conjunction with <option>--rebuild</option>, it reloads the settings from the Elasticsearch >+ files set in koha-conf.xml . This option implies delete.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> > <term><option>-a</option></term> > <listitem> > <para>In conjunction with <option>--rebuild</option>, it triggers authority record reindexing.</para> >-- >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 23137
:
101051
|
101052
|
102354
|
102355
|
102918
|
103014
|
103640
|
103647
|
103648
|
103649
|
103650