From 5aae8a7e31e16509461063c3fac8fd72d260ef18 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Thu, 3 Jun 2021 09:18:24 +0200 Subject: searchdefinitions -> schemas --- .../app_index_higher_than_num_nodes/schemas/music.sd | 13 +++++++++++++ .../searchdefinitions/music.sd | 13 ------------- .../cfg/storage/clustercontroller_advanced/schemas/music.sd | 13 +++++++++++++ .../clustercontroller_advanced/searchdefinitions/music.sd | 13 ------------- 4 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd delete mode 100644 config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/searchdefinitions/music.sd create mode 100644 config-model/src/test/cfg/storage/clustercontroller_advanced/schemas/music.sd delete mode 100644 config-model/src/test/cfg/storage/clustercontroller_advanced/searchdefinitions/music.sd (limited to 'config-model/src/test/cfg/storage') diff --git a/config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd b/config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd new file mode 100644 index 00000000000..da9e2d14c55 --- /dev/null +++ b/config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/schemas/music.sd @@ -0,0 +1,13 @@ +# 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 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/storage/app_index_higher_than_num_nodes/searchdefinitions/music.sd b/config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/searchdefinitions/music.sd deleted file mode 100644 index da9e2d14c55..00000000000 --- a/config-model/src/test/cfg/storage/app_index_higher_than_num_nodes/searchdefinitions/music.sd +++ /dev/null @@ -1,13 +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 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/storage/clustercontroller_advanced/schemas/music.sd b/config-model/src/test/cfg/storage/clustercontroller_advanced/schemas/music.sd new file mode 100644 index 00000000000..da9e2d14c55 --- /dev/null +++ b/config-model/src/test/cfg/storage/clustercontroller_advanced/schemas/music.sd @@ -0,0 +1,13 @@ +# 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 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/storage/clustercontroller_advanced/searchdefinitions/music.sd b/config-model/src/test/cfg/storage/clustercontroller_advanced/searchdefinitions/music.sd deleted file mode 100644 index da9e2d14c55..00000000000 --- a/config-model/src/test/cfg/storage/clustercontroller_advanced/searchdefinitions/music.sd +++ /dev/null @@ -1,13 +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 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