From eb4f0ab84883e89f6cf397a37b3840719e0843e6 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 4 May 2022 15:41:57 +0200 Subject: 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 --- configserver/src/test/apps/hosted/schemas/music.sd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configserver/src/test/apps') 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 } } } -- cgit v1.2.3