summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2018-10-18 07:40:02 +0000
committergjoranv <gv@oath.com>2019-01-21 15:09:24 +0100
commit69ecd4a99a648c95975a898242418a80c2a22c08 (patch)
tree4aa8914b60e072d93783d6422802cbdf012f4977 /container-search/src/main/resources/configdefinitions
parentc8b208d82ca578a3b0dcf20ba75b800deedbebeb (diff)
remove container.legacy-emulation config
Diffstat (limited to 'container-search/src/main/resources/configdefinitions')
-rw-r--r--container-search/src/main/resources/configdefinitions/legacy-emulation.def11
1 files changed, 0 insertions, 11 deletions
diff --git a/container-search/src/main/resources/configdefinitions/legacy-emulation.def b/container-search/src/main/resources/configdefinitions/legacy-emulation.def
deleted file mode 100644
index 95469338bb7..00000000000
--- a/container-search/src/main/resources/configdefinitions/legacy-emulation.def
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=container.search
-
-## Keep emulating old (4.2, 5.0, early 5.1) string type fields for structured data
-stringBackedStructuredData bool default=false
-
-## Keep emulating old (4.2, 5.0, early 5.1) string type fields for summaryfeatures / rankfeatures fields
-stringBackedFeatureData bool default=false
-
-## This will populate even if they are empty/undefined.
-forceFillEmptyFields bool default=false