From be9c653563f2b9170c54fc61d586c4f6d70d53e7 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 14 Apr 2020 10:14:00 +0000 Subject: [PATCH] Bug 23137: Add documentation Signed-off-by: Jonathan Druart --- 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 @@ koha-elasticsearch --rebuild + -d|--delete + -r|--reset -b|--biblios -a|--authorities -v|--verbose @@ -55,6 +57,19 @@ Options + + + + In conjunction with , it deletes existing indexes before reindexing. + + + + + + In conjunction with , it reloads the settings from the Elasticsearch + files set in koha-conf.xml . This option implies delete. + + -- 2.20.1