silverstripe-fulltextsearch/src/Solr
Dylan Wagstaff 367343c481 FIX permit reindexing on a Windows machine
It appears that when executing in a Microsoft Windows environment the
default shell used in the immediate reindex handler is CMD, which has
some severely different syntax support from that of a POSIX machine (e.g.
GNU bash). This leads to errors to do with double escaping certain
parameters passed in via the CLI - culminating in an Injector error about
an non-extant class e.g. 'SilverStripe\\CMS\\Model\\SiteTree' - two
slashes a namespace separator does not make!
2018-02-23 16:46:44 +13:00
..
Reindex FIX permit reindexing on a Windows machine 2018-02-23 16:46:44 +13:00
Services NEW Replace backslashes in Solr index names with dashes 2017-12-06 10:17:24 +13:00
Stores FIX Update directory structure for PSR-4 compatibility and rename "code" to "src" 2017-11-29 15:13:46 +13:00
Tasks Merge branch '2' 2017-12-13 18:07:54 +13:00
Solr.php API Remove Solr PHP client from thirdparty library and include with composer instead 2017-11-29 19:28:31 +13:00
SolrIndex.php NEW Replace backslashes in Solr index names with dashes 2017-12-06 10:17:24 +13:00