aboutsummaryrefslogtreecommitdiffstats
path: root/integration/intellij/src/test/applications/simple/simple.sd
blob: 020522b7a5207e56807e42247138c788de065ffd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema simple {

  document simple {
  }

  rank-profile simple-profile inherits parent-profile1, parent-profile2 {
  }

  rank-profile parent-profile1 {
  }

  rank-profile parent-profile2 {
  }

}