Skip to content

Commit

Permalink
BL-1742: Add creator group boost.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkinzer committed Mar 29, 2023
1 parent 4ec4f50 commit 73fe45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@
or to add multiple fields to the same field for easier/faster searching. -->
<!-- Copy Fields -->
<copyField source="lc_call_number_display" dest="lc_call_number_t"/>
<copyField source="creator_group_display" dest="creator_group_t"/>

<!-- unstemmed fields -->
<copyField source="title_t" dest="title_unstem_search"/>
Expand Down
1 change: 1 addition & 0 deletions solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
subject_topic_unstem_search^1000.0
subject_unstem_search^750.0
subject_topic_facet^625.0
creator_group_t^500.0
subject_t^500.0
creator_t^100.0
subject_addl_unstem_search^250.0
Expand Down

0 comments on commit 73fe45c

Please sign in to comment.