From: Bill Erickson Date: Wed, 30 Oct 2019 21:06:27 +0000 (-0400) Subject: LP1844418 Tech note about enabling ES via new flag X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4601048e9ca3f0914820a7dc620fd93bacc8e036;p=working%2FEvergreen.git LP1844418 Tech note about enabling ES via new flag Signed-off-by: Bill Erickson --- diff --git a/docs/TechRef/elasticsearch.adoc b/docs/TechRef/elasticsearch.adoc index 21e40ca08e..852e69ac5f 100644 --- a/docs/TechRef/elasticsearch.adoc +++ b/docs/TechRef/elasticsearch.adoc @@ -26,6 +26,14 @@ See database tables in the 'elastic' schema. No admin UI exists. If a single elasticsearch node is running on the same server as EG, no configuration changes are needed. +To enable Elasticsearch for bib searching, modify the Evergreen global +flag in the database. + +[source,sql] +------------------------------------------------------------------------------ +UPDATE config.global_flag SET enabled = true WHERE name = 'elastic.bib_search.enabled'; +------------------------------------------------------------------------------ + == Indexing Bib Records == See Open-ILS/src/support-scripts/elastic-index.pl