-
hello , I am using docker .
I havve to use the pssword to connect with elast search .
I do link this with -elasticsearch-php class
```
$client = ClientBuilder::create()->setHosts(['http://elasti…
-
I am trying to use a custom repository as described here: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/7f3d131a8cf58cf83f40d85bcd49c03bb0e7caea/doc/cookbook/custom-repositories.md
Her…
ghost updated
3 years ago
-
When using the Elastica on long-running php workers (CLI) that reuse the same Client instance there is a high probability that at some point they go into a "no remaining enabled connections" state: wh…
-
Elasticsearch 2.0 provides a full error object. This must be mapped in a better way.
In Elastica it is still possible to get the Error as a string. This should be improved, tested and cleaned up.
Th…
-
If something empty is set to the post_filter (e.g. empty Bool Filter), the post_field is added to the request body as an empty array.
```
$query = new \Elastica\Query();
$query->setPostFilter(new \El…
-
Hello
We currently use elastica bundle in a Symfony 4.4 application with an ElasticSEach 6.8 cluster.
We want to upgrade to ElasticSearch Cluster 7.X.
Do we have to be synchronous to migrate be…
-
See https://github.com/ruflin/Elastica/issues/630
-
In file Index.php is not enough to check just http response code 200 in method exists()
(File https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Index.php, line 281)
e.g. if user use port 80…
-
Currently I'm building a PHP command that can update my ElasticSearch indices.
But, a big thing I've noticed is that serializing entities when my array holds more than 10000 of them is taking way …
-
in 6.x
https://github.com/ruflin/Elastica/blob/6.x/lib/Elastica/Query/Terms.php#L53
```
public function setTerms($key, array $terms)
{
$this->_key = $key;
$this->_terms …