From 1e048f9bd7d69a4f286757095429fed60a2bb964 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Sat, 8 Jul 2023 16:55:59 +0200 Subject: Remove unused, stale stuff related to index-to Mostly in schemas, support remove years ago, no funcation changes --- .../src/test/cfg/routing/content_two_clusters/schemas/mobile.sd | 2 -- config-model/src/test/cfg/routing/content_two_clusters/schemas/music.sd | 2 -- 2 files changed, 4 deletions(-) (limited to 'config-model/src/test/cfg/routing/content_two_clusters') diff --git a/config-model/src/test/cfg/routing/content_two_clusters/schemas/mobile.sd b/config-model/src/test/cfg/routing/content_two_clusters/schemas/mobile.sd index 60ea98235b0..3cc3dcf5526 100644 --- a/config-model/src/test/cfg/routing/content_two_clusters/schemas/mobile.sd +++ b/config-model/src/test/cfg/routing/content_two_clusters/schemas/mobile.sd @@ -3,11 +3,9 @@ search mobile { document mobile { field f1 type string { indexing: summary | index - # index-to: f1, all } field f2 type string { indexing: summary | index - # index-to: f2, all } } } diff --git a/config-model/src/test/cfg/routing/content_two_clusters/schemas/music.sd b/config-model/src/test/cfg/routing/content_two_clusters/schemas/music.sd index 290f8983b4d..982607955a7 100644 --- a/config-model/src/test/cfg/routing/content_two_clusters/schemas/music.sd +++ b/config-model/src/test/cfg/routing/content_two_clusters/schemas/music.sd @@ -3,11 +3,9 @@ search music { document music { field f1 type string { indexing: summary | index - # index-to: f1, all } field f2 type string { indexing: summary | index - # index-to: f2, all } } } -- cgit v1.2.3