aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-09-04 09:51:40 +0200
committerGitHub <noreply@github.com>2019-09-04 09:51:40 +0200
commitd71937c4f9f3c7b69d6d39cbac1ccdce23df3abe (patch)
tree3dfe569c2a02b552088a05d040a90b03a5f5d9c2 /config-model
parent9f0f6369499a7b0143d2342626a99afd8f1b6bfc (diff)
parent192ac99fb050f540cc4cac10024534df96f2b3bf (diff)
Merge pull request #10463 from vespa-engine/bratseth/document-parsing-error-messages
Bratseth/document parsing error messages
Diffstat (limited to 'config-model')
-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> {