aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/legacy-flag
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 /configserver/src/test/apps/legacy-flag
parent87bd2898871a2c9cb62bff50818055b8559e2bdf (diff)
Remove unused, stale stuff related to index-to
Mostly in schemas, support remove years ago, no funcation changes
Diffstat (limited to 'configserver/src/test/apps/legacy-flag')
-rw-r--r--configserver/src/test/apps/legacy-flag/schemas/music.sd2
1 files changed, 0 insertions, 2 deletions
diff --git a/configserver/src/test/apps/legacy-flag/schemas/music.sd b/configserver/src/test/apps/legacy-flag/schemas/music.sd
index f4b11d1e8e4..85db4873ba1 100644
--- a/configserver/src/test/apps/legacy-flag/schemas/music.sd
+++ b/configserver/src/test/apps/legacy-flag/schemas/music.sd
@@ -7,13 +7,11 @@ search music {
field title type string {
indexing: summary | index # How this field should be indexed
- # index-to: title, default # Create two indexes
weight: 75 # Ranking importancy of this field, used by the built in nativeRank feature
}
field artist type string {
indexing: summary | attribute | index
- # index-to: artist, default
weight: 25
}