summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/integration/onnx-file/searchdefinitions/test.sd
blob: 5ca0cd1b8bf14bbb4c5341145eb147142d37d13c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search test {
  document test {}

  rank-profile my_profile inherits default {
    first-phase {
      expression: onnxModel("files/simple.onnx", "output")
    }
  }

}