aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/incorrectrankingexpressionfileref.sd
blob: 8bdceae967ac7a8eff015b0334871b211cb7014a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search incorrectrankingexpressionfileref {

  document incorrectrankingexpressionfileref {
  }

  rank-profile default {
    first-phase {
      expression: file:wrongending.expr
    }
  }

}