Skip to content

Commit

Permalink
Removed Title-Boosts
Browse files Browse the repository at this point in the history
Fixed unproportional Boost for title containing author's name in title fields.

see #11
  • Loading branch information
annekauf committed Feb 8, 2024
1 parent 7939677 commit 959ff61
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vufind/searchspecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -418,12 +418,12 @@ Series:

AllFields:
DismaxFields:
- title_short^750
- title_full_unstemmed^600
- title_full^400
- title^500
- title_alt^200
- title_new^100
- title_short
- title_full_unstemmed
- title_full
- title
- title_alt
- title_new
- series^50
- series^100
# - series2^30
Expand Down Expand Up @@ -465,7 +465,7 @@ AllFields:
# Alternative zum abgestufen Boosting des Erscheinungsjahres, eWW
# - [bf=ord(publishDateSort)^500]
# Hebis inspired
- [boost, sum(product(max(0,sum(product(abs(ms(NOW/YEAR,publishDateSort)),-5.285e-13),1)),6.5),500)]
# - [boost, sum(product(max(0,sum(product(abs(ms(NOW/YEAR,publishDateSort)),-5.285e-13),1)),6.5),500)]
# Docs inspired
# - [bf=recip(ms(NOW/Year,ord(publishDateSort)),1,1000,1000)]
# Old Approach
Expand All @@ -480,7 +480,7 @@ AllFields:
# - [bq, publishDateSort:2015^140]
# - [bq, publishDateSort:2014^130]
# - [bq, publishDateSort:2013^120]
# - [bq, publishDateSort:202*^500]
- [bq, publishDateSort:202*^220]


# - [bq, collection_details:"GBV_ILN_11"^300]
Expand Down

0 comments on commit 959ff61

Please sign in to comment.