aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin/etc/complex/common.sd
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-09-14 15:36:35 +0200
committerGitHub <noreply@github.com>2018-09-14 15:36:35 +0200
commitd369f95e31036c3db3d88874c18f4106c509f4cc (patch)
tree0044c0828bd88595aab8699255f77b2c070f8dad /vespa-documentgen-plugin/etc/complex/common.sd
parente0e654e144726e50265fccc3fb8085c6273b1a44 (diff)
Revert "Revert "Use a normal SearchBuilder to get all sanity checks and preprocessing…""
Diffstat (limited to 'vespa-documentgen-plugin/etc/complex/common.sd')
-rw-r--r--vespa-documentgen-plugin/etc/complex/common.sd12
1 files changed, 3 insertions, 9 deletions
diff --git a/vespa-documentgen-plugin/etc/complex/common.sd b/vespa-documentgen-plugin/etc/complex/common.sd
index 0764421ac8d..e0505eba05b 100644
--- a/vespa-documentgen-plugin/etc/complex/common.sd
+++ b/vespa-documentgen-plugin/etc/complex/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