summaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/content2/schemas/music.sd
diff options
context:
space:
mode:
Diffstat (limited to 'configserver/src/test/apps/content2/schemas/music.sd')
-rw-r--r--configserver/src/test/apps/content2/schemas/music.sd2
1 files changed, 0 insertions, 2 deletions
diff --git a/configserver/src/test/apps/content2/schemas/music.sd b/configserver/src/test/apps/content2/schemas/music.sd
index f4b11d1e8e4..85db4873ba1 100644
--- a/configserver/src/test/apps/content2/schemas/music.sd
+++ b/configserver/src/test/apps/content2/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
}