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