summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/rank-profiles.def
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions/src/vespa/rank-profiles.def')
-rw-r--r--configdefinitions/src/vespa/rank-profiles.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/rank-profiles.def b/configdefinitions/src/vespa/rank-profiles.def
new file mode 100644
index 00000000000..525930c990b
--- /dev/null
+++ b/configdefinitions/src/vespa/rank-profiles.def
@@ -0,0 +1,12 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=vespa.config.search
+
+## name of this rank profile. maps to table index for internal use.
+rankprofile[].name string
+
+## the name of a generic property available to the feature execution framework and feature plugins
+rankprofile[].fef.property[].name string
+
+## the value of a generic property available to feature plugins
+rankprofile[].fef.property[].value string
+