TAMULib / scholars-discovery

MIT License
1 stars 1 forks source link

Add configuration to enable/disable Solr schema initialization #246

Open ghost opened 1 year ago

ghost commented 1 year ago

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.

wwelling commented 1 month ago

Related to: