aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/automatarules.sr
blob: a241cf2906edae6b76553686cfc772322aa00c77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# For testing referenced inverted matches
parameter.donomatch ![C] -> nomatch:[C];


# Shopping use case

[brand] +> $dsp1:[brand];
[category] +> $dsp5:[category];

[brand] :- [C];
[category] :- [B];

dsp5:digital dsp5:camera -> dsp5:digicamera;