summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd')
-rw-r--r--config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd b/config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd
index 290f8983b4d..982607955a7 100644
--- a/config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd
+++ b/config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd
@@ -3,11 +3,9 @@ search music {
document music {
field f1 type string {
indexing: summary | index
- # index-to: f1, all
}
field f2 type string {
indexing: summary | index
- # index-to: f2, all
}
}
}