aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/indexing_summary_other.sd
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-09-27 18:28:03 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-09-27 18:28:03 +0200
commita29d3f706ca32fca53428d03931579bce8cb43be (patch)
tree2b57d2ff1a04cf6930adc99b457ad6269daa029d /config-model/src/test/examples/indexing_summary_other.sd
parentfbe72324295a4b9190ec20a64bfe2fe0989554f8 (diff)
Simplify tests
Diffstat (limited to 'config-model/src/test/examples/indexing_summary_other.sd')
-rw-r--r--config-model/src/test/examples/indexing_summary_other.sd8
1 files changed, 0 insertions, 8 deletions
diff --git a/config-model/src/test/examples/indexing_summary_other.sd b/config-model/src/test/examples/indexing_summary_other.sd
deleted file mode 100644
index 871ab854c51..00000000000
--- a/config-model/src/test/examples/indexing_summary_other.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_summary_other {
- document indexing_summary_other {
- field foo type string {
- indexing: summary bar
- }
- }
-}