summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/types/types.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/types/types.sd')
-rw-r--r--config-model/src/test/derived/types/types.sd8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-model/src/test/derived/types/types.sd b/config-model/src/test/derived/types/types.sd
index c908b648340..839cb08dbd6 100644
--- a/config-model/src/test/derived/types/types.sd
+++ b/config-model/src/test/derived/types/types.sd
@@ -11,6 +11,14 @@ search types {
indexing: index | summary | attribute
}
+ field abool type bool {
+ indexing: summary | attribute
+ }
+
+ field ashortfloat type float16 {
+ indexing: summary | attribute
+ }
+
field arrayfield type array<int> {
indexing: attribute
}