summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/indexing_modify_field_no_output.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/indexing_modify_field_no_output.sd')
-rw-r--r--config-model/src/test/examples/indexing_modify_field_no_output.sd8
1 files changed, 0 insertions, 8 deletions
diff --git a/config-model/src/test/examples/indexing_modify_field_no_output.sd b/config-model/src/test/examples/indexing_modify_field_no_output.sd
deleted file mode 100644
index ac2bed520e8..00000000000
--- a/config-model/src/test/examples/indexing_modify_field_no_output.sd
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search indexing_modify_field_no_output {
- document indexing_modify_field_no_output {
- field foo type string {
- indexing: lowercase | echo
- }
- }
-}