summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/validation
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-04-06 21:02:52 +0200
committerHarald Musum <musum@yahoo-inc.com>2017-04-06 21:02:52 +0200
commit45313bbb719625790bcf3920b90c8c7147c07494 (patch)
tree83e3cfd9676e79b4c0654f193b5b5e74ddaada28 /config-model/src/test/cfg/application/validation
parent06caa70aa47c8c390b58193c46d504a32b8fabb7 (diff)
Remove unused apps and fix no longer valid <searchdefinitions> in services.xml
Diffstat (limited to 'config-model/src/test/cfg/application/validation')
-rw-r--r--config-model/src/test/cfg/application/validation/search_content/hosts.xml7
-rw-r--r--config-model/src/test/cfg/application/validation/search_content/searchdefinitions/simple.sd7
-rw-r--r--config-model/src/test/cfg/application/validation/search_content/services.xml29
3 files changed, 0 insertions, 43 deletions
diff --git a/config-model/src/test/cfg/application/validation/search_content/hosts.xml b/config-model/src/test/cfg/application/validation/search_content/hosts.xml
deleted file mode 100644
index e2b97e374e6..00000000000
--- a/config-model/src/test/cfg/application/validation/search_content/hosts.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<hosts>
- <host name="localhost">
- <alias>node1</alias>
- </host>
-</hosts>
diff --git a/config-model/src/test/cfg/application/validation/search_content/searchdefinitions/simple.sd b/config-model/src/test/cfg/application/validation/search_content/searchdefinitions/simple.sd
deleted file mode 100644
index 3647689de10..00000000000
--- a/config-model/src/test/cfg/application/validation/search_content/searchdefinitions/simple.sd
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search simple {
- document simple {
- field foo type raw { }
- field bar type raw { indexing: summary }
- }
-}
diff --git a/config-model/src/test/cfg/application/validation/search_content/services.xml b/config-model/src/test/cfg/application/validation/search_content/services.xml
deleted file mode 100644
index c415b2aad4c..00000000000
--- a/config-model/src/test/cfg/application/validation/search_content/services.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<services>
- <admin version="2.0">
- <adminserver hostalias="node1" />
- <logserver hostalias="node1" />
- </admin>
- <search version="2.0">
- <qrservers>
- <qrserver hostalias="node1" />
- </qrservers>
- <cluster indexingmode="realtime">
- <searchdefinitions>
- <searchdefinition name="simple" />
- </searchdefinitions>
- <clustercontrollers>
- <clustercontroller hostalias="node1" />
- </clustercontrollers>
- <topleveldispatchers>
- <topleveldispatcher hostalias="node1" />
- </topleveldispatchers>
- <row index="0">
- <searchnodes>
- <searchnode hostalias="node1" index="0" />
- </searchnodes>
- </row>
- </cluster>
- </search>
-</services>