aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/apps/app-with-multiple-clusters/schemas/bar.sd
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-01-14 20:54:02 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-01-14 20:54:02 +0100
commit1e57b906a0ed44a8d745030842a482f2347fe1b5 (patch)
treebbf967c9dec65b44bf63312806867de8ee3ca25d /configserver/src/test/apps/app-with-multiple-clusters/schemas/bar.sd
parentb0b1736459aedca891d0ddb355e922d5e5c2c299 (diff)
Let all ApplicationReindexing users config-aware
This allows checking for valid clusters and document types when manipulating status. This commit also updates responses in the application/v2/ API to reflect this
Diffstat (limited to 'configserver/src/test/apps/app-with-multiple-clusters/schemas/bar.sd')
-rw-r--r--configserver/src/test/apps/app-with-multiple-clusters/schemas/bar.sd14
1 files changed, 14 insertions, 0 deletions
diff --git a/configserver/src/test/apps/app-with-multiple-clusters/schemas/bar.sd b/configserver/src/test/apps/app-with-multiple-clusters/schemas/bar.sd
new file mode 100644
index 00000000000..b66695b17df
--- /dev/null
+++ b/configserver/src/test/apps/app-with-multiple-clusters/schemas/bar.sd
@@ -0,0 +1,14 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search bar {
+
+ field zoo type string {
+ indexing: input moo | index | summary
+ }
+
+ document bar {
+ field moo type string {
+ indexing: summary | attribute
+ }
+ }
+
+} \ No newline at end of file