-
Extensions have to be tested for correct functionality. The ticked-off are already confirmed to be working fine. For all others I'm inviting folks that use them to try it out and either reply here wit…
-
When migrating from 7.3.1 to 7.3.2 a blocking error is thrown while executing any operations (populate, ...):
```
In Client.php line 407:
Call…
-
Hi guys. You know in the version 3.x of Elastica had Filter / Script but now in the version of ElasticSearch Everything that was before a Filter is now a Query, and according to the documentation of…
-
Memory leak in logger when I use Elastica to index documents.
If I deactive logger, there is no memory leak.
-
What it says on the tin... If there's an `unpub_date` set, it fails with:
`PHP Fatal error: Uncaught exception 'Elastica\Exception\ResponseException' with message 'failed to parse [unpub_date]' in /…
-
Elastica Http Transport object has no curl_close. This causes some connection problems when client is used with http persistent connections.
-
Hi,
does elastica offer a way to validate a query?
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-validate.html
kaiwa updated
10 years ago
-
Is there scope to add the collate functionality to Elastica? I can't seem to find how to do it so far.
-
A feature that I'm looking to push upstream to Elastica is the handling of transformation between an object and its 'indexable representation'. FOSElasticaBundle provides mapping capabilities (see iss…
-
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 …