summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/duplicatenamesinsearchdifferenttype.sd
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-09-27 12:39:13 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2018-09-27 12:39:13 +0200
commit844ed003049e34eff81ca0631376e6db3fd51e66 (patch)
treec429b4f62bd4c7dea5e346a6e3a6c3523751c636 /config-model/src/test/examples/duplicatenamesinsearchdifferenttype.sd
parent258d329a753206fc31b9680e868539292b4f5d23 (diff)
Small test are better to keep in the code.
Diffstat (limited to 'config-model/src/test/examples/duplicatenamesinsearchdifferenttype.sd')
-rw-r--r--config-model/src/test/examples/duplicatenamesinsearchdifferenttype.sd12
1 files changed, 0 insertions, 12 deletions
diff --git a/config-model/src/test/examples/duplicatenamesinsearchdifferenttype.sd b/config-model/src/test/examples/duplicatenamesinsearchdifferenttype.sd
deleted file mode 100644
index 502a4bb7aff..00000000000
--- a/config-model/src/test/examples/duplicatenamesinsearchdifferenttype.sd
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search duplicatenamesinsearch {
-document {
- field grpphotoids64 type string { }
-}
-
-field grpphotoids64 type array<long> {
- indexing: input grpphotoids64 | split " " | for_each {
- base64decode } | attribute
- }
-
-}