aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2018-10-29 12:39:24 +0000
committergjoranv <gv@oath.com>2019-01-21 15:09:24 +0100
commit50ed56deef4969a1a379c6e4f469adb2e7e0a910 (patch)
tree07abcf35bf3fc84429303bffa327297b5886e0cd /vespa-documentgen-plugin
parent13e1ac45db06893d18f31d28d8878b8ab5bdd35c (diff)
stop using "header" and "body" keywords
Diffstat (limited to 'vespa-documentgen-plugin')
-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
}
}