Skip to content

Commit

Permalink
Update searchspecs.yaml
Browse files Browse the repository at this point in the history
Author Search: Phrase improvement

Close #28
  • Loading branch information
annekauf committed Jan 18, 2024
1 parent e80cdb9 commit 9b41859
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions vufind/searchspecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,27 +244,26 @@ Author:
- GND_txt_mv
- 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]

#Verbesserte Phrasensuche, eWW
QueryFields:
author:
- [onephrase, 350]
- [author_initial, 100]
author2:
- [onephrase, 100]
- [author_initial, ~]

- [bq, publishDateSort:2023^1280]
- [bq, publishDateSort:2022^1260]
- [bq, publishDateSort:2021^1240]
- [bq, publishDateSort:2020^1220]
- [bq, publishDateSort:2019^1200]
- [bq, publishDateSort:2018^1180]
- [bq, publishDateSort:2017^1160]
- [bq, publishDateSort:2016^1150]
- [bq, publishDateSort:2015^1140]
- [bq, publishDateSort:2014^1130]
- [bq, publishDateSort:2013^1120]
- [bq, publishDateSort:202*^1500]
ExactSettings:
QueryFields:
author:
- [onephrase, 350]
author2:
- [onephrase, 100]





ISN:
DismaxFields:
Expand Down Expand Up @@ -430,7 +429,8 @@ AllFields:
- [bq, format_facet:"Zeitschriften"^500]
- [bq, genre_facet:"Rezension"^0.1]
- [bq, genre_facet:"book-review"^0.1]

# Alternative zum abgestufen Boosting des Erscheinungsjahres, eWW
# - [bf=ord(publishDate)^500]
- [bq, publishDateSort:2023^280]
- [bq, publishDateSort:2022^260]
- [bq, publishDateSort:2021^240]
Expand Down Expand Up @@ -518,6 +518,8 @@ TopicBrowse:
QueryFields:
topic_browse:
- [onephrase, ~]



AuthorBrowse:
QueryFields:
Expand Down

0 comments on commit 9b41859

Please sign in to comment.