Skip to content

Commit

Permalink
🐞 fix(chrono): boost topic allFields
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Feb 14, 2024
1 parent 1874bd4 commit 600ec70
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions vufind/searchspecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ AllFields:
- author_os_txtP_mv^200
# - authorswithroles_txt_mv^300
- contents^0.01
- topic_title^50
- topic_unstemmed^50
# - topic^50
- topic_title^150
- topic_unstemmed^150
- topic^150
# - geographic^300
# - class^240
- bklname
Expand All @@ -452,7 +452,7 @@ AllFields:
- journal
- is_hierarchy_title
- hierarchy_top_title
# DismaxHandler: edismax
# DismaxHandler: edismax
DismaxParams:
- [bq, format:Article^150]
- [bq, format:"electronic+Article"^150]
Expand All @@ -472,7 +472,10 @@ AllFields:
- [tie, 0.1]
- [mm, 4<-1 7<80%]
- [ps, 3]
- [pf, title]
- [pf, title_short]
QueryFields:
title_short:
- [onephrase, 350]



Expand Down

0 comments on commit 600ec70

Please sign in to comment.