summaryrefslogtreecommitdiffstats
path: root/configserver
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-09-25 14:51:23 +0200
committerHarald Musum <musum@oath.com>2018-09-25 14:51:23 +0200
commitffa73acedddd284ba4d4080c51081676dc51fca5 (patch)
tree541d37198f4299de370552c5aec03c5a0c901cd8 /configserver
parent213afb57f3f20b9d77ae3e8c465745e91c84f744 (diff)
Remove deprecated header and body statements
Diffstat (limited to 'configserver')
-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
}
}