aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-09-25 15:19:17 +0200
committerGitHub <noreply@github.com>2018-09-25 15:19:17 +0200
commit4e58ec4787c5411c81ec1fadc32921e63a8fbbaf (patch)
tree9c8723d88cbe226277e3ff943983435419d1d554
parent9b4b78eb4acdaa1cc9f1f3a8ae4996efb3af8824 (diff)
parentffa73acedddd284ba4d4080c51081676dc51fca5 (diff)
Merge pull request #7090 from vespa-engine/hmusum/remove-deprecated-header-body-statements
Remove deprecated header and body statements
-rw-r--r--configserver/src/test/apps/app-jdisc-only-restart/searchdefinitions/music.sd7
-rw-r--r--configserver/src/test/apps/app-jdisc-only/searchdefinitions/music.sd7
-rw-r--r--configserver/src/test/apps/app/searchdefinitions/music.sd7
-rw-r--r--configserver/src/test/apps/zkapp/searchdefinitions/music.sd6
4 files changed, 0 insertions, 27 deletions
diff --git a/configserver/src/test/apps/app-jdisc-only-restart/searchdefinitions/music.sd b/configserver/src/test/apps/app-jdisc-only-restart/searchdefinitions/music.sd
index 2e40523a6d9..a2d4614c657 100644
--- a/configserver/src/test/apps/app-jdisc-only-restart/searchdefinitions/music.sd
+++ b/configserver/src/test/apps/app-jdisc-only-restart/searchdefinitions/music.sd
@@ -9,7 +9,6 @@ search music {
indexing: summary | index # How this field should be indexed
# index-to: title, default # Create two indexes
weight: 75 # Ranking importancy of this field, used by the built in nativeRank feature
- header
}
field artist type string {
@@ -17,23 +16,19 @@ search music {
# index-to: artist, default
weight: 25
- header
}
field year type int {
indexing: summary | attribute
- header
}
# Increase query
field popularity type int {
indexing: summary | attribute
- body
}
field url type uri {
indexing: summary | index
- header
}
}
@@ -52,6 +47,4 @@ search music {
}
-
-
}
diff --git a/configserver/src/test/apps/app-jdisc-only/searchdefinitions/music.sd b/configserver/src/test/apps/app-jdisc-only/searchdefinitions/music.sd
index 2e40523a6d9..a2d4614c657 100644
--- a/configserver/src/test/apps/app-jdisc-only/searchdefinitions/music.sd
+++ b/configserver/src/test/apps/app-jdisc-only/searchdefinitions/music.sd
@@ -9,7 +9,6 @@ search music {
indexing: summary | index # How this field should be indexed
# index-to: title, default # Create two indexes
weight: 75 # Ranking importancy of this field, used by the built in nativeRank feature
- header
}
field artist type string {
@@ -17,23 +16,19 @@ search music {
# index-to: artist, default
weight: 25
- header
}
field year type int {
indexing: summary | attribute
- header
}
# Increase query
field popularity type int {
indexing: summary | attribute
- body
}
field url type uri {
indexing: summary | index
- header
}
}
@@ -52,6 +47,4 @@ search music {
}
-
-
}
diff --git a/configserver/src/test/apps/app/searchdefinitions/music.sd b/configserver/src/test/apps/app/searchdefinitions/music.sd
index 27c47ef2a54..7670e78f22b 100644
--- a/configserver/src/test/apps/app/searchdefinitions/music.sd
+++ b/configserver/src/test/apps/app/searchdefinitions/music.sd
@@ -9,7 +9,6 @@ search music {
indexing: summary | index # How this field should be indexed
# index-to: title, default # Create two indexes
weight: 75 # Ranking importancy of this field, used by the built in nativeRank feature
- header
}
field artist type string {
@@ -17,23 +16,19 @@ search music {
# index-to: artist, default
weight: 25
- header
}
field year type int {
indexing: summary | attribute
- header
}
# Increase query
field popularity type int {
indexing: summary | attribute
- body
}
field url type uri {
indexing: summary | index
- header
}
}
@@ -52,6 +47,4 @@ search music {
}
-
-
}
diff --git a/configserver/src/test/apps/zkapp/searchdefinitions/music.sd b/configserver/src/test/apps/zkapp/searchdefinitions/music.sd
index dda729d6a35..bdf4c060cf7 100644
--- a/configserver/src/test/apps/zkapp/searchdefinitions/music.sd
+++ b/configserver/src/test/apps/zkapp/searchdefinitions/music.sd
@@ -9,34 +9,28 @@ search music {
indexing: summary | index # How this field should be indexed
# index-to: title, default # Create two indexes
rank-type: about # Type of ranking settings to apply
- header
}
field artist type string {
indexing: summary | attribute | index
# index-to: artist, default
rank-type:about
- header
}
field year type int {
indexing: summary | attribute
- header
}
# Increase rank score of popular documents regardless of query
field popularity type int {
indexing: summary | attribute
- body
}
field url type uri {
indexing: summary | index
- header
}
field cover type raw {
- body
}
}