Simon-Dirks/view-a-LOD

HUA: Boost Archives -> Images -> Books

Closed this issue · 1 comments

HUA: Boost Archives -> Images -> Books

boost: {
images: {
boost: 100,
filter: {
fieldIds: imagePredicates,
valueIds: [],
type: FilterType.Field,
},
},
publications: {
boost: 5,
filter: {
fieldIds: typePredicates,
valueIds: publicationValueIds,
type: FilterType.FieldAndValue,
},
},
archives: {
boost: 2,
filter: {
fieldIds: typePredicates,
valueIds: archivesValueIds,
type: FilterType.FieldAndValue,
},
},
},
},