summaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin/etc
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-02 11:46:26 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:24 +0200
commit80e74e098f3473e7ce41380f85efc54b174f3e3a (patch)
tree0ce1373843db6a0df92d9ae7b4e956d18bd63658 /vespa-documentgen-plugin/etc
parent1dd66ccf8e69f6082a474a0bc942141a93d2ed34 (diff)
No float ws
Diffstat (limited to 'vespa-documentgen-plugin/etc')
-rw-r--r--vespa-documentgen-plugin/etc/complex/book.sd6
-rw-r--r--vespa-documentgen-plugin/etc/localapp/book.sd2
2 files changed, 3 insertions, 5 deletions
diff --git a/vespa-documentgen-plugin/etc/complex/book.sd b/vespa-documentgen-plugin/etc/complex/book.sd
index 68cb2e0b2ad..addc556fc9b 100644
--- a/vespa-documentgen-plugin/etc/complex/book.sd
+++ b/vespa-documentgen-plugin/etc/complex/book.sd
@@ -25,11 +25,11 @@ search book {
field mystruct2 type ss2 {}
- field mywsfloat type weightedset<float> {
+ field mywsinteger type weightedset<int> {
indexing: attribute
}
- field mynestedwsfloat type weightedset<float> {}
+ field mynestedwsinteger type weightedset<int> {}
field myarrayint type array<int> {
indexing: attribute
@@ -80,9 +80,7 @@ search book {
}
}
rank-profile rp1 inherits default {
- #static-rank: weight1
}
rank-profile rp2 inherits default {
- #static-rank: weight2
}
}
diff --git a/vespa-documentgen-plugin/etc/localapp/book.sd b/vespa-documentgen-plugin/etc/localapp/book.sd
index 58a3c121261..a6f1ed9286f 100644
--- a/vespa-documentgen-plugin/etc/localapp/book.sd
+++ b/vespa-documentgen-plugin/etc/localapp/book.sd
@@ -25,7 +25,7 @@ search book {
field mystruct2 type ss2 {}
- field mywsfloat type weightedset<float> {
+ field mywsinteger type weightedset<int> {
indexing: attribute
}