summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/predicate_attribute/predicate_attribute.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/predicate_attribute/predicate_attribute.sd')
-rw-r--r--config-model/src/test/derived/predicate_attribute/predicate_attribute.sd14
1 files changed, 14 insertions, 0 deletions
diff --git a/config-model/src/test/derived/predicate_attribute/predicate_attribute.sd b/config-model/src/test/derived/predicate_attribute/predicate_attribute.sd
new file mode 100644
index 00000000000..5b509fc1210
--- /dev/null
+++ b/config-model/src/test/derived/predicate_attribute/predicate_attribute.sd
@@ -0,0 +1,14 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search predicate_type {
+ document predicate_type {
+ field some_predicate_field type predicate {
+ indexing: attribute | summary
+ index {
+ arity: 5
+ lower-bound: 3
+ upper-bound: 200
+ dense-posting-list-threshold: 0.2
+ }
+ }
+ }
+}