elasticsearch-codeigniter-library
elasticsearch-codeigniter-library copied to clipboard
A small library to make search queries and create and add indexes.
1. Correction with arrow symbol 2. Corrected method return of create 3. corrected use of query param
Hi, I am struggling to understand how to add multiple filters to a search. Can you assist?
There is an offical way of a PHP class, full example from website is quoted: ```` $esclient = Elasticsearch\ClientBuilder::create() ->setHosts(["localhost:9200"]) ->build(); $params = [ 'index' => 'social-*', 'body' => [...
Github allows project-dependencies. You may wish to setup one to elastic/elasticsearch as this project is related to it (requires, else the search won't work).
Hello there, Thanks for wrapping up this library. Except the `add` method, it is not clear how to get the most of the other methods Is it possible to make...