summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/container/search/semanticrules/rules/common.sr
blob: 3833641a56c57899ec8d40973dffc0ac8a9ac53c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
## Some test rules

# Spelling correction
bahc -> bach;

# Stopwords
somelongstopword -> ;
[stopword] -> ;
[stopword] :- someotherlongstopword, yetanotherstopword;


[song] by [artist] -> song:[song] artist:[artist];

[song] :- together, imagine, tinseltown;
[artist] :- youngbloods, beatles, zappa;

# Negative
various +> -kingz;