Skip to content

Commit

Permalink
Add some more focused author title fields
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Oct 4, 2019
1 parent 769f345 commit 9f924a5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions searchworks-prod/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
<field name="series_unstem_search" type="textNoStem" indexed="true" stored="true" multiValued="true" />

<!-- Author Title Search Fields -->
<field name="author_title_245ac_search" type="text" indexed="true" stored="true" multiValued="true" />
<field name="author_title_245ac_unstem_search" type="text" indexed="true" stored="true" multiValued="true" />
<field name="vern_author_title_245ac_search" type="textNoStem" indexed="true" stored="true" multiValued="true" />
<field name="author_title_1xx_search" type="text" indexed="true" stored="true" multiValued="true" />
<field name="author_title_1xx_unstem_search" type="text" indexed="true" stored="true" multiValued="true" />
<field name="author_title_search" type="text" indexed="true" stored="true" multiValued="true" />
<field name="author_title_unstem_search" type="text" indexed="true" stored="true" multiValued="true" />

Expand Down Expand Up @@ -293,6 +298,8 @@
<copyField source="title_variant_search" dest="title_variant_unstem_search" />
<copyField source="title_related_search" dest="title_related_unstem_search" />
<copyField source="author_title_search" dest="author_title_unstem_search" />
<copyField source="author_title_245ac_search" dest="author_title_245ac_unstem_search" />
<copyField source="author_title_1xx_search" dest="author_title_1xx_unstem_search" />
<!-- unstemmed search fields: author -->
<copyField source="author_1xx_search" dest="author_1xx_unstem_search" />
<copyField source="author_7xx_search" dest="author_7xx_unstem_search" />
Expand Down
16 changes: 16 additions & 0 deletions searchworks-prod/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@
series_unstem_search^5
series_search^2 vern_series_search^2

author_title_1xx_unstem_search^300
author_title_245ac_unstem_search^250
author_title_1xx_search^125
author_title_245ac_search^100
author_title_unstem_search^25
author_title_search^10

Expand Down Expand Up @@ -347,6 +351,10 @@
series_unstem_search^25
series_search^10 vern_series_search^10

author_title_1xx_unstem_search^300
author_title_245ac_unstem_search^250
author_title_1xx_search^125
author_title_245ac_search^100
author_title_unstem_search^150
author_title_search^100

Expand Down Expand Up @@ -398,6 +406,10 @@
title_related_search^45 vern_title_related_search^45
series_search^30 vern_series_search^30

author_title_1xx_unstem_search^300
author_title_245ac_unstem_search^250
author_title_1xx_search^125
author_title_245ac_search^100
author_title_unstem_search^150
author_title_search^100

Expand Down Expand Up @@ -432,6 +444,10 @@
title_related_search^30 vern_title_related_search^30
series_search^20 vern_series_search^20

author_title_1xx_unstem_search^300
author_title_245ac_unstem_search^250
author_title_1xx_search^125
author_title_245ac_search^100
author_title_unstem_search^150
author_title_search^100

Expand Down

0 comments on commit 9f924a5

Please sign in to comment.