aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_position_field/parent.sd
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2018-11-29 16:35:06 +0100
committerTor Egge <Tor.Egge@broadpark.no>2018-11-30 12:06:01 +0100
commitca699faa10770c397a82923c29cd7247d3dfde60 (patch)
tree63d2e7a5d8d809018bb725e5d2acc8ecb92fc6b3 /config-model/src/test/derived/imported_position_field/parent.sd
parent1b2ccec2d8f5ad05a7a718b62f256b4fd19bda74 (diff)
Derive config for imported position field.
Diffstat (limited to 'config-model/src/test/derived/imported_position_field/parent.sd')
-rw-r--r--config-model/src/test/derived/imported_position_field/parent.sd8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-model/src/test/derived/imported_position_field/parent.sd b/config-model/src/test/derived/imported_position_field/parent.sd
new file mode 100644
index 00000000000..493e105e5fd
--- /dev/null
+++ b/config-model/src/test/derived/imported_position_field/parent.sd
@@ -0,0 +1,8 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search parent {
+ document parent {
+ field pos type position {
+ indexing: attribute | summary
+ }
+ }
+}