silverstripe-fulltextsearch/code
Stephen Shkardoon 0cf8d7e6a8 Use SolrIndex->getIndexName() consistently
That's important in case we need to disambiguate the index, e.g. when multiple copies of the same codebase run on the same environment and server.
Example implementation:

function getIndexName() {
	return preg_replace('/[^\w]/i', '-', __FILE__);
}
2014-11-25 02:28:47 +13:00
..
search Merge branch 'docs' of github.com:silverstripe-big-o/silverstripe-fulltextsearch into silverstripe-big-o-docs 2013-02-13 10:43:05 +13:00
solr Use SolrIndex->getIndexName() consistently 2014-11-25 02:28:47 +13:00
utils WebDAV::exists() should add a trailing slash for checking dirs 2013-02-13 09:57:13 +13:00