Skip to content

Instantly share code, notes, and snippets.

@tingletech
Created October 17, 2019 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tingletech/8837179824ecdfba4650f90e5a1e3e85 to your computer and use it in GitHub Desktop.
Save tingletech/8837179824ecdfba4650f90e5a1e3e85 to your computer and use it in GitHub Desktop.
# 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