Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements towards building a consistent spellcheck index #182

Open
2 tasks
cbeer opened this issue May 31, 2019 · 1 comment
Open
2 tasks

Improvements towards building a consistent spellcheck index #182

cbeer opened this issue May 31, 2019 · 1 comment

Comments

@cbeer
Copy link
Member

cbeer commented May 31, 2019

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:

  • the HTTP request to build the index times out before the index is complete (although the index appears to usually be successfully built)
  • the HTTP request is sent to the load-balancer and redirected to any solr node hosting the collection. Unfortunately, the spellcheck index is not replicated across the cluster, so the command has to be run on every node that hosts the collection.
@mejackreed
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants