summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/index-info.def
blob: c329b0de1cc9756169bf54cc4314a5ae5816ef9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
version=2
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