summaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin/etc/localapp/video.sd
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-documentgen-plugin/etc/localapp/video.sd')
-rw-r--r--vespa-documentgen-plugin/etc/localapp/video.sd5
1 files changed, 0 insertions, 5 deletions
diff --git a/vespa-documentgen-plugin/etc/localapp/video.sd b/vespa-documentgen-plugin/etc/localapp/video.sd
index 2f1f1f84512..03c5c82ed64 100644
--- a/vespa-documentgen-plugin/etc/localapp/video.sd
+++ b/vespa-documentgen-plugin/etc/localapp/video.sd
@@ -3,26 +3,21 @@ search video {
document video inherits common {
field director type string {
bolding: on
- # index-to: default, director
indexing: index|summary
}
field disp_actor type string {
bolding: on
- # index-to: default, disp_actor
indexing: index|summary
}
field actor type string {
bolding: on
- # index-to: default, actor
indexing: index|summary
}
field fmt type string {
- # index-to: default, fmt
indexing: index|summary
}
field isbn type string {
bolding: on
- # index-to: default, isbn
indexing: index|summary
}
field year type int {