skipchunk icon indicating copy to clipboard operation
skipchunk copied to clipboard

Automatically add cores found in skipchunk_data folder

Open binarymax opened this issue 5 years ago • 2 comments

Solr cores are currently created by copying configsets to the skipchunk project inheriting folder, in skipchunk_data. When Solr is restarted, those cores are not "remembered" and need to be added to Solr again.

binarymax avatar Sep 15 '20 13:09 binarymax

Think about using the API's that SolrCloud offers instead of the older "let me put magic files in magic dirs" to make things work.

epugh avatar Sep 15 '20 13:09 epugh

Yeah I'm quickly finding myself in a common situation of needing two different solutions for whether Solr is running in cloud mode or not :)

I probably just need to support cloud mode only.

binarymax avatar Sep 15 '20 13:09 binarymax