summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/search.config.index-info.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/src/main/resources/configdefinitions/search.config.index-info.def')
-rw-r--r--container-search/src/main/resources/configdefinitions/search.config.index-info.def16
1 files changed, 16 insertions, 0 deletions
diff --git a/container-search/src/main/resources/configdefinitions/search.config.index-info.def b/container-search/src/main/resources/configdefinitions/search.config.index-info.def
new file mode 100644
index 00000000000..f3b905d4d0a
--- /dev/null
+++ b/container-search/src/main/resources/configdefinitions/search.config.index-info.def
@@ -0,0 +1,16 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+## Commands per search definition to be applied to query terms per index before searching
+namespace=search.config
+
+## The name of the search definition this index info applies to
+indexinfo[].name string
+
+## The name of a index for which we have a command
+indexinfo[].command[].indexname string
+## The command, e.g. "lowercase", "word" or "rise"
+indexinfo[].command[].command string
+
+## The name of an alias for an index or attribute
+indexinfo[].alias[].alias string
+## The index name that the alias should map to
+indexinfo[].alias[].indexname string