aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/labelmatching.sr
blob: c132e1226656b6482903c6dd2bb886244084ba37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@default

term -> matched:term;

term2 +> hit;

dcattitle:[REST] +> -dcat:hotel;
[REST] :- restaurant, restaurants;

foo:(one, two) -> three;