aboutsummaryrefslogtreecommitdiffstats
path: root/documentgen-test
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 /documentgen-test
parenta31914e7cfc33fc4291c003b9affc14e25954075 (diff)
remove "attribute: prefetch" from unrelated tests
Diffstat (limited to 'documentgen-test')
-rw-r--r--documentgen-test/etc/complex/book.sd2
1 files changed, 0 insertions, 2 deletions
diff --git a/documentgen-test/etc/complex/book.sd b/documentgen-test/etc/complex/book.sd
index b54f822c22e..90dff0982af 100644
--- a/documentgen-test/etc/complex/book.sd
+++ b/documentgen-test/etc/complex/book.sd
@@ -26,11 +26,9 @@ 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>>> {