summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-06 22:03:55 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:30 +0200
commitb4225acc7f9cc67ad8b284ff950684f7efa40b08 (patch)
tree7ed18b3257e22489fff20c357899cc37c12de89c /container-search/src/main/resources
parent2101f960cedc06f93eff6830708276108da310b1 (diff)
Remove strict contracts on Vespa 8
Diffstat (limited to 'container-search/src/main/resources')
-rw-r--r--container-search/src/main/resources/configdefinitions/search.federation.strict-contracts.def20
1 files changed, 0 insertions, 20 deletions
diff --git a/container-search/src/main/resources/configdefinitions/search.federation.strict-contracts.def b/container-search/src/main/resources/configdefinitions/search.federation.strict-contracts.def
deleted file mode 100644
index 9d0e70f208a..00000000000
--- a/container-search/src/main/resources/configdefinitions/search.federation.strict-contracts.def
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=search.federation
-
-## DEPRECATED: This config will be removed on Vespa 8
-## A config to control whether to activate strict adherence to public contracts
-## in the container. Usually, the container tries to do a best effort of hiding
-## some undesirable effects of the the public contracts. Modifying this config
-## signals the basic contract is sufficient, and allows the container to
-## activate optimizations based on this knowledge.
-
-## Strict contracts for search chains, do not clone the query if it at all
-## can be construed to be unnecessary.
-searchchains bool default=false
-
-# EVERY, // Propagate any property starting by source.[sourceName] and provider.[providerName]
-# NATIVE, // Propagate native properties only
-# ALL, // Deprecated synonym of NATIVE
-# OFFSET_HITS, // Propagate offset ands hits only
-# NONE // propagate no properties
-propagateSourceProperties enum {EVERY, NATIVE, ALL, OFFSET_HITS, NONE} default=EVERY