summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/prelude.semantics.semantic-rules.def
blob: 71fb907ffe2fb8f808bbb279efe5b353bd59b1cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Semantic production rules
namespace=prelude.semantics

# Whether we should use these rule bases in pre-Vespa 2.2 compatibility mode
compatibility bool default=false

# The name of a rule base
rulebase[].name string

# Whether this rule base is the default, to be used on all queries
# not specifying rules
rulebase[].isdefault bool default=false

# The automata file to use to look up condition references
# not defined in the rule base. The automata file must be present
# on all nodes getting this configuration
rulebase[].automata string default=""

# The rules
rulebase[].rules string