2017 © Pedro Peláez
 

library solarium-cloud

PHP SolrCloud client

image

solarium/solarium-cloud

PHP SolrCloud client

  • Monday, June 4, 2018
  • by basdenooijer
  • Repository
  • 2 Watchers
  • 4 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 4 Versions
  • 19 % Grown

The README.md

solarium-cloud (deprecated)

Solarium extension to connect to SolrCloud via Apache Zookeeper., (*1)

This extension is deprecated. Solarium itself now supports Solr Cloud and its APIs directly., (*2)

Requirement

The extension requires the PHP Zookeeper extension, which can be found here: https://pecl.php.net/package/zookeeper, (*3)

In order to compile the extension you need to have the Apache Zookeeper C-library installed. Instructions on how to build the extension can be found here: https://github.com/php-zookeeper/php-zookeeper, (*4)

Example use

You can create a CloudClient using the following code:, (*5)

    <?php

    $options = array('zkhosts' => 'localhost:2181');
    $client = new \Solarium\Cloud\Client($options);

    $client->setCollection('collection1');
    $query = $client->createSelect();
    $result = $client->select($query);

The Versions

04/06 2018

dev-master

9999999-dev https://github.com/solariumphp/solarium-cloud

PHP SolrCloud client

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

php search solr solarium zookeeper solrcloud solr-client zookeeper-client

26/07 2017

dev-develop

dev-develop https://github.com/solariumphp/solarium-cloud

PHP SolrCloud client

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

php search solr solarium zookeeper solrcloud solr-client zookeeper-client

23/02 2017

0.1.1

0.1.1.0 http://www.solarium-project.org

PHP SolrCloud client

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

php search solr solarium zookeeper solrcloud solr-client zookeeper-client

20/02 2017

0.1.0

0.1.0.0 http://www.solarium-project.org

PHP SolrCloud client

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

php search solr zookeeper solrcloud