summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/integration/onnx-file/searchdefinitions/test.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/integration/onnx-file/searchdefinitions/test.sd')
-rw-r--r--config-model/src/test/integration/onnx-file/searchdefinitions/test.sd11
1 files changed, 11 insertions, 0 deletions
diff --git a/config-model/src/test/integration/onnx-file/searchdefinitions/test.sd b/config-model/src/test/integration/onnx-file/searchdefinitions/test.sd
new file mode 100644
index 00000000000..5ca0cd1b8bf
--- /dev/null
+++ b/config-model/src/test/integration/onnx-file/searchdefinitions/test.sd
@@ -0,0 +1,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")
+ }
+ }
+
+}