You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include "vendor/autoload.php";
$options = array('zkhosts' => 'ld-bp1689qv29zb12203-master2-001.hbaseue.rds.aliyuncs.com:2181,ld-bp1689qv29zb12203-master1-001.hbaseue.rds.aliyuncs.com:2181,ld-bp1689qv29zb12203-master3-
001.hbaseue.rds.aliyuncs.com:2181/solr');
$client = new \Solarium\Cloud\Client($options);
$client->setCollection('ordercollection');
$query = $client->createSelect();
$result = $client->select($query);
PHP Notice: Undefined property: Solarium\Cloud\Core\Zookeeper\ZkStateReader::$zkTimeout in /xinhua/solarium-cloud/src/Solarium/Cloud/Core/Zookeeper/ZkStateReader.php on line 162
Notice: Undefined property: Solarium\Cloud\Core\Zookeeper\ZkStateReader::$zkTimeout in /xinhua/solarium-cloud/src/Solarium/Cloud/Core/Zookeeper/ZkStateReader.php on line 162
PHP Warning: Zookeeper::__construct() expects parameter 1 to be string, array given in /xinhua/solarium-cloud/src/Solarium/Cloud/Core/Zookeeper/ZkStateReader.php on line 162
The text was updated successfully, but these errors were encountered:
phpcode:
include "vendor/autoload.php";
$options = array('zkhosts' => 'ld-bp1689qv29zb12203-master2-001.hbaseue.rds.aliyuncs.com:2181,ld-bp1689qv29zb12203-master1-001.hbaseue.rds.aliyuncs.com:2181,ld-bp1689qv29zb12203-master3-
001.hbaseue.rds.aliyuncs.com:2181/solr');
$client = new \Solarium\Cloud\Client($options);
$client->setCollection('ordercollection');
$query = $client->createSelect();
$result = $client->select($query);
PHP Notice: Undefined property: Solarium\Cloud\Core\Zookeeper\ZkStateReader::$zkTimeout in /xinhua/solarium-cloud/src/Solarium/Cloud/Core/Zookeeper/ZkStateReader.php on line 162
Notice: Undefined property: Solarium\Cloud\Core\Zookeeper\ZkStateReader::$zkTimeout in /xinhua/solarium-cloud/src/Solarium/Cloud/Core/Zookeeper/ZkStateReader.php on line 162
PHP Warning: Zookeeper::__construct() expects parameter 1 to be string, array given in /xinhua/solarium-cloud/src/Solarium/Cloud/Core/Zookeeper/ZkStateReader.php on line 162
The text was updated successfully, but these errors were encountered: