From 3665537182190f309f3343ef6fc7e4d94f58e78a Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 12 Aug 2022 19:40:00 +0200 Subject: [PATCH] #1861 increased maxBooleanClauses from 1024 to 2048 --- materio/conf/solrconfig_query.xml | 2 +- materio_autocomplete/conf/solrconfig_query.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/materio/conf/solrconfig_query.xml b/materio/conf/solrconfig_query.xml index 5bdd696..bf028d4 100644 --- a/materio/conf/solrconfig_query.xml +++ b/materio/conf/solrconfig_query.xml @@ -44,4 +44,4 @@ --> 20 200 - 1024 + 2048 diff --git a/materio_autocomplete/conf/solrconfig_query.xml b/materio_autocomplete/conf/solrconfig_query.xml index 5bdd696..bf028d4 100644 --- a/materio_autocomplete/conf/solrconfig_query.xml +++ b/materio_autocomplete/conf/solrconfig_query.xml @@ -44,4 +44,4 @@ --> 20 200 - 1024 + 2048