From dd9fe84bab6ea8893974d2eb9ec5653c07fa43c8 Mon Sep 17 00:00:00 2001 From: Matthias Steffens Date: Tue, 5 Dec 2023 21:24:25 +0100 Subject: [PATCH] #1161 Mention in the configuration that setting a field's boost factor to 0 will cause matches in that field to get ignored --- application/configs/application.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/configs/application.ini b/application/configs/application.ini index 2795e29bf..edcfa9389 100644 --- a/application/configs/application.ini +++ b/application/configs/application.ini @@ -233,7 +233,7 @@ search.index.enrichment.blacklist = 'opus_doi_json' search.weightedSearch = 1 ; boost factors for fields which increase (>1.0) or decrease (<1.0) the importance of query matches -; in that field +; in that field; set a field's boost factor to `0` to ignore matches in that field search.simple.abstract = 1 search.simple.author = 1 search.simple.contributing_corporation = 1