mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 12:05:29 +00:00
b6fe2ff17d
Solr_Configure takes the `indexstore.mode` configuration variable to set how to upload new configuration to the Solr server. However the various modes were within Solr_Configure and you couldnt add more without altering the module This changes Solr_Configure to make the configuration upload portion contained with a seperate class thats selected via `indexstore.mode` to fix that.