Skip to content

Commit

Permalink
Merge pull request #344 from sul-dlss/gs-boost
Browse files Browse the repository at this point in the history
Add a boost query for title
  • Loading branch information
cbeer authored Aug 26, 2024
2 parents dfbb47c + 90b0b31 commit c6d3df2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions searchworks-gryphon-search/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,26 @@
<str name="q.op">AND</str>
<str name="sow">false</str>

<str name="bq">{!edismax sow=true qf=$qf_bq ps=2 ps2=2 ps3=3 pf=$pf_bq pf2=$pf_bq pf3=$pf_bq bq="" v=$q}</str>

<str name="qf_bq">
title_245a_unstem_search^500
title_245_unstem_search^75
title_245_search^50 vern_title_245_search^50

author_title_1xx_unstem_search^250
author_title_245ac_unstem_search^100
</str>

<str name="pf_bq">
title_245a_unstem_search^100
title_245_unstem_search^50
title_245_search^20 vern_title_245_search^20

author_title_1xx_unstem_search^25
author_title_245ac_unstem_search^10
</str>

<str name="qf">
title_245a_exact_search^1700
title_245a_unstem_search^500
Expand Down

0 comments on commit c6d3df2

Please sign in to comment.