library solr-serve
A library for managing instances of Solr to aid unit tests
kyoushu/solr-serve
A library for managing instances of Solr to aid unit tests
- Wednesday, July 18, 2018
- by Kyoushu
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
kyoushu/solr-serve
A library for managing instances of Solr to aid unit tests, (*1)
Usage Example
$manager = new \Kyoushu\SolrServe\PackageManager('/tmp/solr-packages');
$package = $manager->createPackage('7.4.0')->download()->unpack();
$server = $package->createServer([
'core_name' => 'foo',
'dir' => '/tmp/foo',
'port' => 9000
]);
$server->initialise();
$server->start();
// Do things with Solr here...
$server->stop();
dev-master
9999999-dev
A library for managing instances of Solr to aid unit tests
Sources
Download
MIT
The Requires
The Development Requires
by
James Willans