From 91ea15733aee845b01441a12028cdf23bbb90190 Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Mon, 22 Oct 2018 07:25:32 +0000 Subject: remove "attribute: prefetch" from unrelated tests --- vespa-documentgen-plugin/etc/complex/book.sd | 2 -- vespa-documentgen-plugin/etc/localapp/book.sd | 2 -- 2 files changed, 4 deletions(-) (limited to 'vespa-documentgen-plugin/etc') 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 { indexing: attribute - attribute: prefetch } field mynestedwsfloat type weightedset {} field myarrayint type array { indexing: attribute - attribute: prefetch } field stringmap type map { 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 { indexing: attribute - attribute: prefetch } field myarrayint type array { indexing: attribute - attribute: prefetch } field mytriplearray type array>> {} -- cgit v1.2.3