summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/matchphase/wrong_collection_type_attribute.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/matchphase/wrong_collection_type_attribute.sd')
-rw-r--r--config-model/src/test/examples/matchphase/wrong_collection_type_attribute.sd14
1 files changed, 0 insertions, 14 deletions
diff --git a/config-model/src/test/examples/matchphase/wrong_collection_type_attribute.sd b/config-model/src/test/examples/matchphase/wrong_collection_type_attribute.sd
deleted file mode 100644
index 8a9166c94f7..00000000000
--- a/config-model/src/test/examples/matchphase/wrong_collection_type_attribute.sd
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search test {
- document test {
- field foo type array<int> {
- indexing: attribute
- }
- }
- rank-profile default {
- match-phase {
- attribute: foo
- max-hits: 100
- }
- }
-}