aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/routing/replacehop
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-07-08 16:55:59 +0200
committerHarald Musum <musum@yahooinc.com>2023-07-08 16:55:59 +0200
commit1e048f9bd7d69a4f286757095429fed60a2bb964 (patch)
tree71eb10cc6a9850108dc26d89629917c1abbd3837 /config-model/src/test/cfg/routing/replacehop
parent87bd2898871a2c9cb62bff50818055b8559e2bdf (diff)
Remove unused, stale stuff related to index-to
Mostly in schemas, support remove years ago, no funcation changes
Diffstat (limited to 'config-model/src/test/cfg/routing/replacehop')
-rwxr-xr-xconfig-model/src/test/cfg/routing/replacehop/schemas/music.sd2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-model/src/test/cfg/routing/replacehop/schemas/music.sd b/config-model/src/test/cfg/routing/replacehop/schemas/music.sd
index 274c6ca63d6..c4dcecbd6ac 100755
--- a/config-model/src/test/cfg/routing/replacehop/schemas/music.sd
+++ b/config-model/src/test/cfg/routing/replacehop/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
}
}
}