summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd')
-rw-r--r--config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd b/config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd
index d87d582223f..feae86fe966 100644
--- a/config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd
+++ b/config-model/src/test/cfg/routing/content_two_clusters/searchdefinitions/mobile.sd
@@ -3,9 +3,13 @@ search mobile {
document mobile {
field f1 type string {
indexing: summary | index
+ # index-to: f1, all
+ header
}
field f2 type string {
indexing: summary | index
+ # index-to: f2, all
+ body
}
}
}