summaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin/etc/localapp/music.sd
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-documentgen-plugin/etc/localapp/music.sd')
-rw-r--r--vespa-documentgen-plugin/etc/localapp/music.sd3
1 files changed, 0 insertions, 3 deletions
diff --git a/vespa-documentgen-plugin/etc/localapp/music.sd b/vespa-documentgen-plugin/etc/localapp/music.sd
index cdcfdea6b75..0ce004857c2 100644
--- a/vespa-documentgen-plugin/etc/localapp/music.sd
+++ b/vespa-documentgen-plugin/etc/localapp/music.sd
@@ -3,19 +3,16 @@ search music {
document music inherits common {
field artist type string {
bolding: on
- # index-to: default, artist
indexing: index|summary
}
field disp_song type string {
indexing: summary
}
field song type string {
- # index-to: default, song
indexing: index
}
field isbn type string {
bolding: on
- # index-to: default, isbn
indexing: index|summary
}
field year type int {