summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/exactmatch/exactmatch.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/exactmatch/exactmatch.sd')
-rw-r--r--config-model/src/test/derived/exactmatch/exactmatch.sd21
1 files changed, 21 insertions, 0 deletions
diff --git a/config-model/src/test/derived/exactmatch/exactmatch.sd b/config-model/src/test/derived/exactmatch/exactmatch.sd
new file mode 100644
index 00000000000..9eaea3654a7
--- /dev/null
+++ b/config-model/src/test/derived/exactmatch/exactmatch.sd
@@ -0,0 +1,21 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search exactmatch {
+
+ document exactmatch {
+
+ field tag type string {
+ indexing: summary | index
+ match: exact
+ }
+
+ field screweduserids type string {
+ indexing: index | summary | attribute
+ match {
+ exact
+ exact-terminator: "*!!!*"
+ }
+ }
+
+ }
+
+}