aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/documentderiver/music.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/documentderiver/music.sd')
-rw-r--r--config-model/src/test/derived/documentderiver/music.sd44
1 files changed, 0 insertions, 44 deletions
diff --git a/config-model/src/test/derived/documentderiver/music.sd b/config-model/src/test/derived/documentderiver/music.sd
deleted file mode 100644
index a412d510861..00000000000
--- a/config-model/src/test/derived/documentderiver/music.sd
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search music {
-
- document music {
-
- # Link to album main page
- field url type uri { }
-
- # Title of album
- field title type string { }
-
- # Album artist
- field artist type string { }
-
- # Album production year
- field year type int { }
-
- # Album description - about the album
- field description type raw { }
-
- # Names of the album tracks
- field tracks type array<string> { }
-
- # How many have given this album the grade 0/1/2/3
- field popularity type weightedset<int> { }
-
- # How many have given this album the grade 0/1/2/3
- field popularity2 type weightedset<int> {
- weightedset: create-if-nonexistent
- weightedset: remove-if-zero
- }
-
- # How many have given this album the grade 0/1/2/3
- field popularity3 type weightedset<int> {
- weightedset {
- create-if-nonexistent
- remove-if-zero
- }
- }
-
- }
-
-}
-