欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程语言 > php >内容正文

php

windows php client,Installation and using elasticsearch php client on Windows Xampp

发布时间:2023/12/14 php 47 豆豆
生活随笔 收集整理的这篇文章主要介绍了 windows php client,Installation and using elasticsearch php client on Windows Xampp 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

问题

I'm downloaded the elasticsearch-5.1.1.zip from the https://www.elastic.co/downloads/elasticsearch

Then download the Elastica A PHP client for elasticsearch via composer with this command

composer require ruflin/elastica:dev-master

Now i want to open and make a test. When i run this command

bin\elasticsearch.bat

i get this error: The syntax of the command is incorrect.

On the other side if i try to use Elastica A PHP client i get some errors like this:

Fatal error: Uncaught Elastica\Exception\Connection\HttpException:

Couldn't connect to host, Elasticsearch down? in

E:\xampp\htdocs\el\vendor\ruflin\elastica\lib\Elastica\Transport\Http.php:180

Stack trace: #0

E:\xampp\htdocs\el\vendor\ruflin\elastica\lib\Elastica\Request.php(171):

Elastica\Transport\Http->exec(Object(Elastica\Request), Array) #1

E:\xampp\htdocs\el\vendor\ruflin\elastica\lib\Elastica\Client.php(662):

Elastica\Request->send() #2

E:\xampp\htdocs\el\vendor\ruflin\elastica\lib\Elastica\Client.php(673):

Elastica\Client->request('twitter/', 'DELETE', Array, Array) #3

E:\xampp\htdocs\el\vendor\ruflin\elastica\lib\Elastica\Index.php(531):

Elastica\Client->request('twitter/', 'DELETE', Array, Array) #4

E:\xampp\htdocs\el\vendor\ruflin\elastica\lib\Elastica\Index.php(165):

Elastica\Index->request('twitter/', 'DELETE') #5

E:\xampp\htdocs\el\vendor\ruflin\elastica\lib\Elastica\Index.php(258):

Elastica\Index->delete() #6 E:\xampp\htdocs\el\index.php(40):

Elastica\Index->create(Array, true) #7 {main} thrown in

E:\xampp\htdocs\el\vendor\ruflin\elastica\lib\Elastica\Transport\Http.php

on line 180

My question is How can i work with elasticsearch-5.1? Where am i do wrong?

Regards.

回答1:

https://www.elastic.co/guide/en/elasticsearch/reference/master/windows.html#windows

At the note said, you're missing JDK8 or later

来源:https://stackoverflow.com/questions/41333331/installation-and-using-elasticsearch-php-client-on-windows-xampp

总结

以上是生活随笔为你收集整理的windows php client,Installation and using elasticsearch php client on Windows Xampp的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。