summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/position_summary/position_summary.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/position_summary/position_summary.sd')
-rw-r--r--config-model/src/test/derived/position_summary/position_summary.sd8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-model/src/test/derived/position_summary/position_summary.sd b/config-model/src/test/derived/position_summary/position_summary.sd
new file mode 100644
index 00000000000..ccc136f635a
--- /dev/null
+++ b/config-model/src/test/derived/position_summary/position_summary.sd
@@ -0,0 +1,8 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search position_summary {
+ document position_summary {
+ field pos type position {
+ indexing: attribute | summary
+ }
+ }
+}