summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-05-09 12:37:14 +0200
committerJon Bratseth <bratseth@gmail.com>2022-05-09 12:37:14 +0200
commit8ac835c8d45b538c36be97ca3de545aa73c9d29d (patch)
treec0b511602ba1de4dda2f28307860226ab9093b23 /config-model/src/test/examples
parent032aaa3611dd82bd9eaf2366c54babb47f81a9aa (diff)
Output input default values in rank properties
Diffstat (limited to 'config-model/src/test/examples')
-rw-r--r--config-model/src/test/examples/rankpropvars.sd2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-model/src/test/examples/rankpropvars.sd b/config-model/src/test/examples/rankpropvars.sd
index e26358fef5a..339d147dfd0 100644
--- a/config-model/src/test/examples/rankpropvars.sd
+++ b/config-model/src/test/examples/rankpropvars.sd
@@ -55,13 +55,11 @@ document music {
}
field artist type string {
- ## index-to: a
indexing: index | summary
}
field year type int {
indexing: attribute | summary
- ## index-to: y
}
field url type uri {}