Re: Add elastic search in my php application

2014-12-25 Thread Nikolas Everett
If you need an example CirrusSearch is the name of the plugin that uses elasticsearch for MediaWiki. I can't attest to the code quality but it certainly gets the job done. Nik On Dec 25, 2014 2:54 AM, Jason Zhang moc...@gmail.com wrote: Here's the official Elasticsearch PHP client

Re: Add elastic search in my php application

2014-12-25 Thread publichealthapp
In elasticsearch, where the data is stored? I saw the localhost url with port 9200. What is it mean? On Thursday, December 25, 2014 1:24:13 PM UTC+5:30, Jason Zhang wrote: Here's the official Elasticsearch PHP client

Re: Add elastic search in my php application

2014-12-25 Thread David Pilato
On local disk on which elasticsearch is running. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 26 déc. 2014 à 08:14, publichealth...@gmail.com a écrit : In elasticsearch, where the data is stored? I saw the localhost url with port 9200. What is it mean? On

Add elastic search in my php application

2014-12-24 Thread publichealthapp
Hi all, in my php web application storing the user details and address. Now i would like to implement search functionality using elastic search and don't know how to embed elastic search in php application. I'm newbie in elastic search and how can integrate elastic search in php application?

Re: Add elastic search in my php application

2014-12-24 Thread Jason Zhang
Here's the official Elasticsearch PHP client http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/current/index.html Also, you can use RESTful api. On Wed 24.24.14 22:55, publichealth...@gmail.com wrote: Hi all, in my php web application storing the user details and address. Now