aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/hosted
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-05-04 15:41:57 +0200
committerJon Bratseth <bratseth@gmail.com>2022-05-04 15:41:57 +0200
commiteb4f0ab84883e89f6cf397a37b3840719e0843e6 (patch)
tree2ac6671b84872af3e97d06fc2f8dd19dc5211263 /configserver/src/test/apps/hosted
parentd9ea4c99b13fa83a75bd8612d5f6c4d50510e3e9 (diff)
Consolidate allocated hosts from all model versions
- Aactivate the superset of hosts allocated from all model versions - Use the version of each host allocated by the newest model version
Diffstat (limited to 'configserver/src/test/apps/hosted')
-rw-r--r--configserver/src/test/apps/hosted/schemas/music.sd3
1 files changed, 1 insertions, 2 deletions
diff --git a/configserver/src/test/apps/hosted/schemas/music.sd b/configserver/src/test/apps/hosted/schemas/music.sd
index cb4b860e019..380f6f6b80b 100644
--- a/configserver/src/test/apps/hosted/schemas/music.sd
+++ b/configserver/src/test/apps/hosted/schemas/music.sd
@@ -1,9 +1,8 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search music {
+schema music {
document music {
field title type string {
indexing: index | summary
- # index-to: default
}
}
}