aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin/etc/music/music.sd
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-documentgen-plugin/etc/music/music.sd')
-rw-r--r--vespa-documentgen-plugin/etc/music/music.sd8
1 files changed, 0 insertions, 8 deletions
diff --git a/vespa-documentgen-plugin/etc/music/music.sd b/vespa-documentgen-plugin/etc/music/music.sd
index 2e40523a6d9..b5083d4e490 100644
--- a/vespa-documentgen-plugin/etc/music/music.sd
+++ b/vespa-documentgen-plugin/etc/music/music.sd
@@ -7,33 +7,25 @@ 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
- header
}
field artist type string {
indexing: summary | attribute | index
- # index-to: artist, default
-
weight: 25
- header
}
field year type int {
indexing: summary | attribute
- header
}
# Increase query
field popularity type int {
indexing: summary | attribute
- body
}
field url type uri {
indexing: summary | index
- header
}
}