aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/anchor.sr
blob: d2f445f9cd696581b36f685274b6c70b2c369de0 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
. first -> anchor;
last . -> anchor;
. word. -> anchor;
. [phrases] -> anchor;
.anotherword. -> anchor;
. this is complete . -> anchor;

[phrases] :- a phrase, another phrase;