summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-03-06 08:37:32 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2024-03-06 09:09:57 +0100
commitbd1de86cef2903a4918a88e31cad72ef428365ce (patch)
tree3887e712d437a2f475f9b671f1eec37c1db410d8 /container-core
parent266b744d85348796a6ca8e3586e8ac6e758f8cae (diff)
- Set the complete list of the config where it contains the complete world.
- Append where it is intended. This is a workaround for not having a map type in config. Sometimes it works to have multiple producers produce the same config, sometimes not. This tries to make it more deterministic. Currently other tricks have been employed to avoid appending more to the list than intended.
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.qr-searchers.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.qr-searchers.def b/container-core/src/main/resources/configdefinitions/container.qr-searchers.def
index 7d5788c05cc..f8871e9f315 100644
--- a/container-core/src/main/resources/configdefinitions/container.qr-searchers.def
+++ b/container-core/src/main/resources/configdefinitions/container.qr-searchers.def
@@ -64,7 +64,7 @@ searchcluster[].name string
searchcluster[].searchdef[] string
## configid that may be used to get rank-profiles config for the cluster.
-searchcluster[].rankprofiles.configid reference default=""
+searchcluster[].rankprofiles_configid string default=""
## Indexing mode of search cluster.
searchcluster[].indexingmode enum { REALTIME, STREAMING } default=REALTIME