elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

Simple PHP client for ElasticSearch

Results 20 elasticsearch issues
Sort by recently updated
recently updated
newest added

Hi, I am wondering how can I use sort by distance? if I set parameter "sort" make it like: ``` {..., "sort"=>array("name", "id")} ``` it works ok, but I have...

I updated source code to allow using HTTPS. I'm on the right way? https://github.com/kcampion/elasticsearch/commit/f0be154d18c20dbf3de8e4eb2bdf48f547095ff1

I am having one field with value "ABC XYZ HFE" .. Now If I trying to do the search with wildcard query ' \* ABC \* ' then that returns...

As far as I could see, there is no support for basic authentication?

I have query like following... { "nested" : { "path" : "features", "query" : { "bool": { "should": [ { "match": { "features.Brand": "Louis Philippe" }}, { "match": { "features.Brand":...

Would be nice if we could support adding of custom transports OOTB without overriding the `\ElasticSearch\Client` class and static methods. I think this could be achieved easily by using a...

It is possible to register a callback, which gets called every time a request to ElasticSearch is made. It makes possible to create debug tools, such as this _debug bar_...

I am think about move on from official elastic search php lib for this one but: How can I create and delete index? How can I use filters? If I...

Hello. This client looks good, but I wasn't able to force it to use Snowball analyzer. http://www.elasticsearch.org/guide/reference/index-modules/analysis/snowball-analyzer.html thanks!

Would it be possible to create a 2.4.2 release with the last state from master to have the last changes from the commits in one release thanks