Bugzilla – Attachment 69477 Details for
Bug 19739
Add default ES configuration to koha-conf.xml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19739: Add default ES configuration to koha-conf.xml
Bug-19739-Add-default-ES-configuration-to-koha-con.patch (text/plain), 1.15 KB, created by
Fridolin Somers
on 2017-12-04 09:15:07 UTC
(
hide
)
Description:
Bug 19739: Add default ES configuration to koha-conf.xml
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2017-12-04 09:15:07 UTC
Size:
1.15 KB
patch
obsolete
>From 2f8de34b5deaaf2d53d3933eca35b2a4236cffe0 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 4 Dec 2017 10:04:48 +0100 >Subject: [PATCH] Bug 19739: Add default ES configuration to koha-conf.xml > >Bug 18571 added default ES configuration for packaging config. > >This patch adds it to dev install in koha-conf.xml. >Database name is used in index_name to allow multiple installs. > >Test plan : >- Run dev install >- Install ElasticSearch server and Koha deps >- Enable ElasticSearch in Koha >- Check indexing and searching works directly >--- > etc/koha-conf.xml | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index 067e978..123f97d 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -153,6 +153,11 @@ __PAZPAR2_TOGGLE_XML_POST__ > <plack_max_requests>50</plack_max_requests> > <plack_workers>2</plack_workers> > >+ <elasticsearch> >+ <server>localhost:9200</server> >+ <index_name>koha___DB_NAME__</index_name> >+ </elasticsearch> >+ > <interlibrary_loans> > <!-- Path to where Illbackends are located on the system > - This setting should normally not be touched --> >-- >2.7.4
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 19739
:
69477
|
72998
|
73197