summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/incorrectsummarytypes.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/incorrectsummarytypes.sd')
-rw-r--r--config-model/src/test/examples/incorrectsummarytypes.sd19
1 files changed, 0 insertions, 19 deletions
diff --git a/config-model/src/test/examples/incorrectsummarytypes.sd b/config-model/src/test/examples/incorrectsummarytypes.sd
deleted file mode 100644
index 9304ad5ca20..00000000000
--- a/config-model/src/test/examples/incorrectsummarytypes.sd
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search incorrectsummarytypes {
-
- document incorrectsummarytypes {
-
- field somestring type string {
- indexing: summary
- }
-
- }
-
- document-summary incorrect {
-
- summary somestring type int {
- }
-
- }
-
-}