summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/attributeindex.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/attributeindex.sd')
-rw-r--r--config-model/src/test/examples/attributeindex.sd24
1 files changed, 0 insertions, 24 deletions
diff --git a/config-model/src/test/examples/attributeindex.sd b/config-model/src/test/examples/attributeindex.sd
deleted file mode 100644
index a35be556467..00000000000
--- a/config-model/src/test/examples/attributeindex.sd
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search attributeindex {
- document attributeindex {
-
- field nosettings type string {
- indexing: summary | attribute | index
- }
-
- # Attribute and index have different names
- field specifyname type string {
- indexing: summary | attribute newname | index
- }
-
- # # index-to: with same name as attribute
- field specifyname2 type string {
- indexing: summary | attribute newname2 | index
- # index-to: newname2
- }
-
- field withstaticrankname type string {
- indexing: summary | attribute | index | attribute someothername
- }
- }
-}