aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/routing
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-08-13 11:02:19 +0200
committerHarald Musum <musum@verizonmedia.com>2019-08-13 11:02:19 +0200
commitb474af64419f87d670ccefbfbba569b73881f8a0 (patch)
tree08de9ad9ae8b05b14a39d4f3c008e3ea44be3412 /config-model/src/test/cfg/routing
parentda40dcac37db31e808b4c192e0436b4b491e5ed8 (diff)
Remove header and body from search definitions
Remove from .sd files used in tests, add test that checks that header and body still is allowed
Diffstat (limited to 'config-model/src/test/cfg/routing')
-rw-r--r--config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd b/config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd
index feae86fe966..3abc9238e8a 100644
--- a/config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd
+++ b/config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd
@@ -4,12 +4,10 @@ search mobile {
field f1 type string {
indexing: summary | index
# index-to: f1, all
- header
}
field f2 type string {
indexing: summary | index
# index-to: f2, all
- body
}
}
}