From 40c6803edc5fef5d75f80c0b9b8b132acc6fcb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Parko=C5=82a?= Date: Thu, 30 Jun 2022 14:50:21 +0200 Subject: [PATCH] [SSHOC-157] Setting buildOnCommit to false after deeper investigation of the issue and based on good practices related to that option. --- etc/solr/items/conf/solrconfig.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/solr/items/conf/solrconfig.xml b/etc/solr/items/conf/solrconfig.xml index fd5858dd..93208d4e 100644 --- a/etc/solr/items/conf/solrconfig.xml +++ b/etc/solr/items/conf/solrconfig.xml @@ -958,7 +958,7 @@ text_suggest query_suggest false - true + false false -- GitLab