Skip to content

Commit

Permalink
#1320 Reducing boost
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Jul 8, 2024
1 parent d003941 commit c55539b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BuildLinkSearchExtension(
+BuildLinkSearchItem::targetBuildId to id { index = false }
+BuildLinkSearchItem::targetProject to keyword()
+BuildLinkSearchItem::targetBuild to keyword()
+BuildLinkSearchItem::targetKey to text { scoreBoost = 3.0 }
+BuildLinkSearchItem::targetKey to text { scoreBoost = 1.0 }
}

override fun indexAll(processor: (BuildLinkSearchItem) -> Unit) {
Expand Down

0 comments on commit c55539b

Please sign in to comment.