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

Add configuration to enable/disable Solr schema initialization #246

Open
ghost opened this issue Jan 30, 2023 · 1 comment
Open

Add configuration to enable/disable Solr schema initialization #246

ghost opened this issue Jan 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Jan 30, 2023

On restart the schema attempts to reinitialize flooding Solr with errors of fields already existing.

Alternative to configuration, it may be ideal to check Solr collection whether schema has been initialized. Also, have to account for dynamic schema modification which will require further planning.

Another option could be to persist state of collection schema in database.

@ghost ghost added this to Scholars@TAMU Jan 30, 2023
@ghost ghost moved this to 📋Backlog in Scholars@TAMU Jan 30, 2023
@ghost ghost added the enhancement New feature or request label May 12, 2023
@devangm devangm moved this to 📋 Backlog in Scholars@TAMU Jul 3, 2024
@wwelling
Copy link

wwelling commented Aug 21, 2024

Related to:

  • Prevent duplicate requests to Solr during schematization #336
  • Relocate custom defined fields and create in Solr before schematizing #346
  • Add persistent entity for managing Solr configuration #367
  • Remove Solr configurations from repository and manage schema from the application #344

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant