Skip to content

Commit

Permalink
fix(yaml): author search
Browse files Browse the repository at this point in the history
weaken chronology boost
strenghten lucene onephrase and dismax for selected fields

close #14
  • Loading branch information
duncdrum committed Feb 2, 2024
1 parent cdd4783 commit d9939f4
Showing 1 changed file with 27 additions and 22 deletions.
49 changes: 27 additions & 22 deletions vufind/searchspecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,36 +235,36 @@
# These searches use Dismax when possible:
Author:
DismaxFields:
- author^100
- author2
- author^350
- author2^100
- author_additional
- author_corporate
- author_variant
- author2_variant
- GND_txt_mv
- GND_txt_mv^200
- author_os_txtP_mv
DismaxHandler: edismax
DismaxParams:
- [bq, format:eJournal^237]
- [bq, format:Journal^284]
- [bq, format:eBook^255]
- [bq, format:Book^500]
- [bq, format:Article^620]
- [bq, format:"electronic+Article"^620]
- [bq, format_facet:"Serienband"^0.1]
# - [bq, format:eJournal^237]
# - [bq, format:Journal^284]
# - [bq, format:eBook^255]
# - [bq, format:Book^500]
# - [bq, format:Article^620]
# - [bq, format:"electronic+Article"^620]
# - [bq, format_facet:"Serienband"^0.1]

- [bq, publishDateSort:2023^280]
- [bq, publishDateSort:2022^260]
- [bq, publishDateSort:2021^240]
- [bq, publishDateSort:2020^220]
- [bq, publishDateSort:2019^200]
- [bq, publishDateSort:2018^180]
- [bq, publishDateSort:2017^160]
- [bq, publishDateSort:2016^150]
- [bq, publishDateSort:2015^140]
- [bq, publishDateSort:2014^130]
- [bq, publishDateSort:2013^120]
- [bq, publishDateSort:202*^500]
- [bq, publishDateSort:2023^90]
- [bq, publishDateSort:2022^80]
- [bq, publishDateSort:2021^70]
- [bq, publishDateSort:2020^60]
- [bq, publishDateSort:2019^50]
- [bq, publishDateSort:2018^45]
- [bq, publishDateSort:2017^40]
- [bq, publishDateSort:2016^35]
- [bq, publishDateSort:2015^30]
- [bq, publishDateSort:2014^25]
- [bq, publishDateSort:2013^20]
- [bq, publishDateSort:2024^100]

#Verbesserte Phrasensuche, eWW
QueryFields:
Expand All @@ -277,6 +277,9 @@ QueryFields:
author_additional:
- [onephrase, 100]
- [author_initial, ~]
GND_txt_mv:
- [onephrase, 200]
- [author_initial, ~]
ExactSettings:
QueryFields:
author:
Expand All @@ -285,6 +288,8 @@ ExactSettings:
- [onephrase, 100]
author_additional:
- [onephrase, 100]
GND_txt_mv:
- [onephrase, 200]



Expand Down

0 comments on commit d9939f4

Please sign in to comment.