From 102baeb464d5e1527290cd09711dc08328228927 Mon Sep 17 00:00:00 2001 From: Ivan Mrsulja Date: Thu, 14 Nov 2024 19:51:15 +0100 Subject: [PATCH] Added example configuration for ES. --- home/src/main/resources/config/example.runtime.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/src/main/resources/config/example.runtime.properties b/home/src/main/resources/config/example.runtime.properties index 8817ce777..7e34230ba 100644 --- a/home/src/main/resources/config/example.runtime.properties +++ b/home/src/main/resources/config/example.runtime.properties @@ -81,7 +81,7 @@ argon2.time = 1000 # email.smtpHost = # email.replyTo = - # + # WARNING: Deprecated, switch to using vitro.local.searchengine.url as explained below # URL of Solr context used in local VIVO search. This will usually consist of: # scheme + server_name + port + "solr" + solr_core_name # In a standard Solr installation, the Solr service will be available on port @@ -92,6 +92,8 @@ argon2.time = 1000 # vitro.local.solr.url = http://localhost:8983/solr/vivocore +# URL of generic searchengine context (Supports Solr, Elasticsearch and Opensearch) +# vitro.local.searchengine.url = http://localhost:8983/solr/vivocore # ----------------------------------------------------------------------------- # LINKING USER ACCOUNTS TO PROFILE PAGES