From 081e56659e40c438de926a777790d26ef5b17f48 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 25 Oct 2021 15:13:00 +0200 Subject: [PATCH] updated solr docker & solr installation in prod: updated solr.install.dir=/opt/solr --- materio/conf/solrcore.properties | 2 +- materio_autocomplete/conf/solrcore.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/materio/conf/solrcore.properties b/materio/conf/solrcore.properties index 3e371ec..7e5f3d1 100644 --- a/materio/conf/solrcore.properties +++ b/materio/conf/solrcore.properties @@ -9,5 +9,5 @@ solr.autoCommit.MaxDocs=-1 solr.autoCommit.MaxTime=15000 solr.autoSoftCommit.MaxDocs=-1 solr.autoSoftCommit.MaxTime=-1 -solr.install.dir=../../.. +solr.install.dir=/opt/solr solr.luceneMatchVersion=8.0 diff --git a/materio_autocomplete/conf/solrcore.properties b/materio_autocomplete/conf/solrcore.properties index 3e371ec..7e5f3d1 100644 --- a/materio_autocomplete/conf/solrcore.properties +++ b/materio_autocomplete/conf/solrcore.properties @@ -9,5 +9,5 @@ solr.autoCommit.MaxDocs=-1 solr.autoCommit.MaxTime=15000 solr.autoSoftCommit.MaxDocs=-1 solr.autoSoftCommit.MaxTime=-1 -solr.install.dir=../../.. +solr.install.dir=/opt/solr solr.luceneMatchVersion=8.0