aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2018-10-22 07:25:32 +0000
committerArne Juul <arnej@yahoo-inc.com>2018-10-22 07:25:32 +0000
commit91ea15733aee845b01441a12028cdf23bbb90190 (patch)
treee12052bbe3d5a4043dbfa8b542b304036576d33c /vespa-documentgen-plugin
parenta31914e7cfc33fc4291c003b9affc14e25954075 (diff)
remove "attribute: prefetch" from unrelated tests
Diffstat (limited to 'vespa-documentgen-plugin')
-rw-r--r--vespa-documentgen-plugin/etc/complex/book.sd2
-rw-r--r--vespa-documentgen-plugin/etc/localapp/book.sd2
2 files changed, 0 insertions, 4 deletions
diff --git a/vespa-documentgen-plugin/etc/complex/book.sd b/vespa-documentgen-plugin/etc/complex/book.sd
index 16bf4447979..6d6145cb10b 100644
--- a/vespa-documentgen-plugin/etc/complex/book.sd
+++ b/vespa-documentgen-plugin/etc/complex/book.sd
@@ -27,14 +27,12 @@ search book {
field mywsfloat type weightedset<float> {
indexing: attribute
- attribute: prefetch
}
field mynestedwsfloat type weightedset<float> {}
field myarrayint type array<int> {
indexing: attribute
- attribute: prefetch
}
field stringmap type map<string, string> {
diff --git a/vespa-documentgen-plugin/etc/localapp/book.sd b/vespa-documentgen-plugin/etc/localapp/book.sd
index 1f5e0e2cccb..72faa934aa6 100644
--- a/vespa-documentgen-plugin/etc/localapp/book.sd
+++ b/vespa-documentgen-plugin/etc/localapp/book.sd
@@ -27,12 +27,10 @@ search book {
field mywsfloat type weightedset<float> {
indexing: attribute
- attribute: prefetch
}
field myarrayint type array<int> {
indexing: attribute
- attribute: prefetch
}
field mytriplearray type array<array<array<int>>> {}