summaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-07-08 16:55:59 +0200
committerHarald Musum <musum@yahooinc.com>2023-07-08 16:55:59 +0200
commit1e048f9bd7d69a4f286757095429fed60a2bb964 (patch)
tree71eb10cc6a9850108dc26d89629917c1abbd3837 /vespa-documentgen-plugin
parent87bd2898871a2c9cb62bff50818055b8559e2bdf (diff)
Remove unused, stale stuff related to index-to
Mostly in schemas, support remove years ago, no funcation changes
Diffstat (limited to 'vespa-documentgen-plugin')
-rw-r--r--vespa-documentgen-plugin/etc/complex/book.sd3
-rw-r--r--vespa-documentgen-plugin/etc/complex/common.sd1
-rw-r--r--vespa-documentgen-plugin/etc/complex/music2.sd3
-rw-r--r--vespa-documentgen-plugin/etc/localapp/book.sd3
-rw-r--r--vespa-documentgen-plugin/etc/localapp/common.sd1
-rw-r--r--vespa-documentgen-plugin/etc/localapp/music.sd3
-rw-r--r--vespa-documentgen-plugin/etc/localapp/video.sd5
7 files changed, 0 insertions, 19 deletions
diff --git a/vespa-documentgen-plugin/etc/complex/book.sd b/vespa-documentgen-plugin/etc/complex/book.sd
index addc556fc9b..8f071ab63d1 100644
--- a/vespa-documentgen-plugin/etc/complex/book.sd
+++ b/vespa-documentgen-plugin/etc/complex/book.sd
@@ -47,18 +47,15 @@ search book {
field author type string {
bolding: on
- # index-to: default, author
indexing: summary | index
}
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
}
diff --git a/vespa-documentgen-plugin/etc/complex/common.sd b/vespa-documentgen-plugin/etc/complex/common.sd
index d07f8ca9281..3ab6e18c267 100644
--- a/vespa-documentgen-plugin/etc/complex/common.sd
+++ b/vespa-documentgen-plugin/etc/complex/common.sd
@@ -6,7 +6,6 @@ search common {
}
field title type string {
bolding: on
- # index-to: default, title
indexing: index|summary
summary-to: smallsum
}
diff --git a/vespa-documentgen-plugin/etc/complex/music2.sd b/vespa-documentgen-plugin/etc/complex/music2.sd
index 327fbeec04b..17736ab4e79 100644
--- a/vespa-documentgen-plugin/etc/complex/music2.sd
+++ b/vespa-documentgen-plugin/etc/complex/music2.sd
@@ -3,19 +3,16 @@ search music2 {
document music2 inherits common {
field artist type string {
bolding: on
- # index-to: default, artist
indexing: index|summary
}
field disp_song type string {
indexing: summary
}
field song type string {
- # index-to: default, song
indexing: index
}
field isbn type string {
bolding: on
- # index-to: default, isbn
indexing: index|summary
}
field year type int {
diff --git a/vespa-documentgen-plugin/etc/localapp/book.sd b/vespa-documentgen-plugin/etc/localapp/book.sd
index a6f1ed9286f..8d7dd1e054e 100644
--- a/vespa-documentgen-plugin/etc/localapp/book.sd
+++ b/vespa-documentgen-plugin/etc/localapp/book.sd
@@ -46,18 +46,15 @@ search book {
field author type string {
bolding: on
- # index-to: default, author
indexing: summary | index
}
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
}
diff --git a/vespa-documentgen-plugin/etc/localapp/common.sd b/vespa-documentgen-plugin/etc/localapp/common.sd
index ab55e08af0f..a7828432c6b 100644
--- a/vespa-documentgen-plugin/etc/localapp/common.sd
+++ b/vespa-documentgen-plugin/etc/localapp/common.sd
@@ -6,7 +6,6 @@ search common {
}
field title type string {
bolding: on
- # index-to: default, title
indexing: index|summary
summary-to: smallsum
}
diff --git a/vespa-documentgen-plugin/etc/localapp/music.sd b/vespa-documentgen-plugin/etc/localapp/music.sd
index cdcfdea6b75..0ce004857c2 100644
--- a/vespa-documentgen-plugin/etc/localapp/music.sd
+++ b/vespa-documentgen-plugin/etc/localapp/music.sd
@@ -3,19 +3,16 @@ search music {
document music inherits common {
field artist type string {
bolding: on
- # index-to: default, artist
indexing: index|summary
}
field disp_song type string {
indexing: summary
}
field song type string {
- # index-to: default, song
indexing: index
}
field isbn type string {
bolding: on
- # index-to: default, isbn
indexing: index|summary
}
field year type int {
diff --git a/vespa-documentgen-plugin/etc/localapp/video.sd b/vespa-documentgen-plugin/etc/localapp/video.sd
index 2f1f1f84512..03c5c82ed64 100644
--- a/vespa-documentgen-plugin/etc/localapp/video.sd
+++ b/vespa-documentgen-plugin/etc/localapp/video.sd
@@ -3,26 +3,21 @@ search video {
document video inherits common {
field director type string {
bolding: on
- # index-to: default, director
indexing: index|summary
}
field disp_actor type string {
bolding: on
- # index-to: default, disp_actor
indexing: index|summary
}
field actor type string {
bolding: on
- # index-to: default, actor
indexing: index|summary
}
field fmt type string {
- # index-to: default, fmt
indexing: index|summary
}
field isbn type string {
bolding: on
- # index-to: default, isbn
indexing: index|summary
}
field year type int {