silverstripe-fulltextsearch/code/solr
Hamish Friedlander b6fe2ff17d Make how Solr_Configure uploads config replaceable
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.
2013-09-11 14:37:36 +12:00
..
Solr.php Make how Solr_Configure uploads config replaceable 2013-09-11 14:37:36 +12:00
SolrConfigStore.php Make how Solr_Configure uploads config replaceable 2013-09-11 14:37:36 +12:00
SolrIndex.php BUG Remove non-displayable chars from Solr highlight results 2013-05-07 18:43:38 +02:00
SolrService.php Pass through Apache_Solr_Response from SolrService 2012-07-19 17:17:30 +02:00