sul-dlss / content_search

IIIF Content Search API implementation for OCR in DOR
Other
10 stars 1 forks source link

Improvements towards building a consistent spellcheck index #182

Open cbeer opened 5 years ago

cbeer commented 5 years ago

In production, we trigger building the spellcheck index with a cronjob that runs nightly. This job takes ~1 hour to complete. There are several problems with the current approach:

mejackreed commented 5 years ago

Trying to break out a class that will do the Solr Collections API stuff to accomplish the second bullet point.