summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-08-25 12:43:43 +0200
committerJon Bratseth <bratseth@gmail.com>2020-08-25 12:43:43 +0200
commit94a0d89df738fb0372569fc2a2330712e299b56f (patch)
treeab596fac00661befeb78ab56326be0489b8e6dbd /config-model
parentf2a8359b0ea589611a917f6a736ed2e0b6039243 (diff)
Remove unused file
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/test/processing/boldnonstring.sd14
1 files changed, 0 insertions, 14 deletions
diff --git a/config-model/src/test/processing/boldnonstring.sd b/config-model/src/test/processing/boldnonstring.sd
deleted file mode 100644
index a5b515cad8e..00000000000
--- a/config-model/src/test/processing/boldnonstring.sd
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search boldnonstring {
- document boldnonstring {
- field title type string {
- indexing: summary | index
- # index-to: title, default
- }
-
- field year4 type int {
- indexing: summary | attribute
- bolding: on
- }
- }
-}