aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/labelmatching.sr
blob: 59af1e380b205a25cf4a3faa80d8f2668c5890dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. 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;