aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-07-08 16:55:59 +0200
committerHarald Musum <musum@yahooinc.com>2023-07-08 16:55:59 +0200
commit1e048f9bd7d69a4f286757095429fed60a2bb964 (patch)
tree71eb10cc6a9850108dc26d89629917c1abbd3837 /config-model/src/test/examples
parent87bd2898871a2c9cb62bff50818055b8559e2bdf (diff)
Remove unused, stale stuff related to index-to
Mostly in schemas, support remove years ago, no funcation changes
Diffstat (limited to 'config-model/src/test/examples')
-rw-r--r--config-model/src/test/examples/attributesexactmatch.sd1
-rw-r--r--config-model/src/test/examples/casing.sd1
2 files changed, 0 insertions, 2 deletions
diff --git a/config-model/src/test/examples/attributesexactmatch.sd b/config-model/src/test/examples/attributesexactmatch.sd
index 2db687cb20d..5529906adce 100644
--- a/config-model/src/test/examples/attributesexactmatch.sd
+++ b/config-model/src/test/examples/attributesexactmatch.sd
@@ -29,7 +29,6 @@ search music {
}
field genre type string {
- # index-to: foo
}
field trumpetist type string {
diff --git a/config-model/src/test/examples/casing.sd b/config-model/src/test/examples/casing.sd
index b0ce0a07748..7564934949b 100644
--- a/config-model/src/test/examples/casing.sd
+++ b/config-model/src/test/examples/casing.sd
@@ -31,7 +31,6 @@ search music {
field Genre type string {
indexing: index
- # index-to: Foo
alias Foo: sjanger
}