Skip to content

Commit

Permalink
boosts in solrwayback a little more tweaked than in discovery (BL)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasegense committed Dec 20, 2023
1 parent 04c01f0 commit 1f13752
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -843,9 +843,12 @@
text
</str>
<!-- We really want http 200 first. 404 will be boosted too much if url/title match-->
<str name="bq">
status_code:200^100
</str>
<str name="bq">status_code:200^20</str>
<str name="bq">content_type_norm:html^2</str> i <!-- increase if HTML pages should be even more ranked -->
<str name="bq">url_type:slashpage^5</str> <!-- Boost frontpages (slashpage) -->
<str name="bq">content_type_norm:other^-15</str>
<str name="bq">content_type_norm:text^-15</str>

<str name="fl">*,score</str>
<str name="facet">false</str>
<str name="facet.mincount">1</str>
Expand Down

0 comments on commit 1f13752

Please sign in to comment.