Created
October 17, 2019 19:06
-
-
Save tingletech/8837179824ecdfba4650f90e5a1e3e85 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# solr schema fields that have a `_ss` varient for facets | |
UCLDC_SCHEMA_FACETS = [ | |
"title", | |
"alternative_title", | |
"contributor", | |
"coverage", | |
"creator", | |
"date", | |
"extent", | |
"format", | |
"genre", | |
"identifier", | |
"language", | |
"location", | |
"publisher", | |
"relation", | |
"rights", | |
"rights_holder", | |
"rights_note", | |
"rights_date", | |
"source", | |
"spatial", | |
"subject", | |
"temporal", | |
"type", | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment