summaryrefslogtreecommitdiffstats
path: root/documentgen-test
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2018-10-29 12:39:24 +0000
committergjoranv <gv@oath.com>2019-01-21 15:09:24 +0100
commit50ed56deef4969a1a379c6e4f469adb2e7e0a910 (patch)
tree07abcf35bf3fc84429303bffa327297b5886e0cd /documentgen-test
parent13e1ac45db06893d18f31d28d8878b8ab5bdd35c (diff)
stop using "header" and "body" keywords
Diffstat (limited to 'documentgen-test')
-rw-r--r--documentgen-test/etc/complex/book.sd5
-rw-r--r--documentgen-test/etc/complex/common.sd3
2 files changed, 0 insertions, 8 deletions
diff --git a/documentgen-test/etc/complex/book.sd b/documentgen-test/etc/complex/book.sd
index 90dff0982af..872634bf53b 100644
--- a/documentgen-test/etc/complex/book.sd
+++ b/documentgen-test/etc/complex/book.sd
@@ -44,22 +44,17 @@ search book {
}
field author type string {
bolding: on
- # index-to: default, author
indexing: summary | index
- header
}
field isbn type string {
- # index-to: default, isbn
indexing: summary | index
}
field year type int {
indexing: summary | index
}
field description type string {
- # index-to: default, description
indexing: summary | index
summary: dynamic
- body
}
field myraw type raw {
diff --git a/documentgen-test/etc/complex/common.sd b/documentgen-test/etc/complex/common.sd
index 017bce4f612..fb49c8b0e52 100644
--- a/documentgen-test/etc/complex/common.sd
+++ b/documentgen-test/etc/complex/common.sd
@@ -6,10 +6,8 @@ search common {
}
field title type string {
bolding: on
- # index-to: default, title
indexing: index|summary
summary-to: smallsum
- body
}
field mid type int {
indexing: attribute|index|summary
@@ -33,7 +31,6 @@ search common {
indexing: index|summary
}
field content type raw {
- body
}
annotation date {
field exacttime type long { }