Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Solr: remove publisher sort
Browse files Browse the repository at this point in the history
Solr cannot sort on a multivalued string field. Removing this sort option.
Partially addresses: #119
#Aardvark
  • Loading branch information
ewlarson committed May 3, 2021
1 parent c6147b5 commit 8558eec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solr/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@

<!-- for sorting text fields -->
<copyField source="schema_provider_s" dest="schema_provider_sort"/>
<copyField source="dct_publisher_sm" dest="dct_publisher_sort"/>
<copyField source="dct_title_s" dest="dct_title_sort"/>

<!-- for spell checking -->
Expand Down

0 comments on commit 8558eec

Please sign in to comment.