aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin/etc/localapp/common.sd
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-documentgen-plugin/etc/localapp/common.sd')
-rw-r--r--vespa-documentgen-plugin/etc/localapp/common.sd12
1 files changed, 3 insertions, 9 deletions
diff --git a/vespa-documentgen-plugin/etc/localapp/common.sd b/vespa-documentgen-plugin/etc/localapp/common.sd
index ada7ce7436a..724897b4e7f 100644
--- a/vespa-documentgen-plugin/etc/localapp/common.sd
+++ b/vespa-documentgen-plugin/etc/localapp/common.sd
@@ -17,19 +17,13 @@ search common {
indexing: summary
}
field weight type float {
- indexing {
- input weight * 10 | attribute | summary;
- }
+ indexing: attribute|summary
}
field w1 type float {
- indexing {
- input weight * 6 + input w1 | summary;
- }
+ indexing: summary
}
field w2 type float {
- indexing {
- input w2 + input weight | summary;
- }
+ indexing: summary
}
field did type string {
indexing: attribute|index|summary