summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/app_genericservices/searchdefinitions/music.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/cfg/application/app_genericservices/searchdefinitions/music.sd')
-rw-r--r--config-model/src/test/cfg/application/app_genericservices/searchdefinitions/music.sd6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-model/src/test/cfg/application/app_genericservices/searchdefinitions/music.sd b/config-model/src/test/cfg/application/app_genericservices/searchdefinitions/music.sd
index bdf4c060cf7..dda729d6a35 100644
--- a/config-model/src/test/cfg/application/app_genericservices/searchdefinitions/music.sd
+++ b/config-model/src/test/cfg/application/app_genericservices/searchdefinitions/music.sd
@@ -9,28 +9,34 @@ 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
}
}