summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/illegalidentifiers/fieldname.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/illegalidentifiers/fieldname.sd')
-rw-r--r--config-model/src/test/examples/illegalidentifiers/fieldname.sd37
1 files changed, 0 insertions, 37 deletions
diff --git a/config-model/src/test/examples/illegalidentifiers/fieldname.sd b/config-model/src/test/examples/illegalidentifiers/fieldname.sd
deleted file mode 100644
index 45d2347ea9d..00000000000
--- a/config-model/src/test/examples/illegalidentifiers/fieldname.sd
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search music {
-
- document music {
-
- field color type string {
- indexing: index
- match {
- exact
- }
- }
-
- field artist type string {
- indexing: attribute a | attribute b
- }
-
- field not type string {
- indexing: attribute
- }
-
- field guitarist type string {
- indexing: attribute
- match {
- token
- }
- }
-
- field title type string {
- indexing: index | attribute
- }
-
- field genre type string {
- # index-to: foo
- }
- }
-
-}