aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/memorysummary.sd
diff options
context:
space:
mode:
authorGeir Storli <geirstorli@yahoo.no>2019-01-21 16:06:53 +0100
committerGitHub <noreply@github.com>2019-01-21 16:06:53 +0100
commit8372a883c5a5fa100f88fc9b80824359b5bb70cd (patch)
tree660ce3ef61f060b33bd97eac1185715606b8e2bd /config-model/src/test/examples/memorysummary.sd
parent3722c1cdd91fce30d1c2538b2a8749d9321e194b (diff)
parenteb0b1134a66507e3bd8f09793c22cd824d01dff5 (diff)
Merge pull request #8198 from vespa-engine/7
7 MERGEOK
Diffstat (limited to 'config-model/src/test/examples/memorysummary.sd')
-rw-r--r--config-model/src/test/examples/memorysummary.sd14
1 files changed, 0 insertions, 14 deletions
diff --git a/config-model/src/test/examples/memorysummary.sd b/config-model/src/test/examples/memorysummary.sd
deleted file mode 100644
index 79be30bc0fd..00000000000
--- a/config-model/src/test/examples/memorysummary.sd
+++ /dev/null
@@ -1,14 +0,0 @@
-search memorysummary {
-
- document memorysummary {
-
- field inmemory type string {
- indexing: attribute | summary
- }
- field ondisk type string {
- indexing: index # no summary, so ignored
- }
-
- }
-
-} \ No newline at end of file