summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/simple.sd
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-08-29 14:33:42 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-08-29 14:33:42 +0200
commit91e781364976e3192f7620b828811413f01067b9 (patch)
treef5fea6cbbeda032f3f0a89638ff044e61e009e6d /config-model/src/test/examples/simple.sd
parentde08c53acbacbbc9a675d8c2f3240ca70c2d3d87 (diff)
Nonfunctional changes only
Diffstat (limited to 'config-model/src/test/examples/simple.sd')
-rw-r--r--config-model/src/test/examples/simple.sd4
1 files changed, 0 insertions, 4 deletions
diff --git a/config-model/src/test/examples/simple.sd b/config-model/src/test/examples/simple.sd
index 8a97db6afa2..e61b64dc0ed 100644
--- a/config-model/src/test/examples/simple.sd
+++ b/config-model/src/test/examples/simple.sd
@@ -9,7 +9,6 @@ search simple {
field title type string {
indexing: summary | index
- # index-to: title, default
index: prefix
rank-type: identity
rank-type default: about
@@ -19,7 +18,6 @@ search simple {
}
field description type string {
- # index-to: default, description
indexing: summary | index
summary: full
summary dyndesc: dynamic
@@ -38,7 +36,6 @@ search simple {
field chatter type string {
indexing: index
- # index-to: default
rank-type: about
}
@@ -56,7 +53,6 @@ search simple {
field measurement type int {
indexing: attribute | summary
rank-type: empty
- # index-to: measurement
}
field smallattribute type array<byte> {