-
I am noting down feedback as I have started playing around with https://github.com/monsieurbiz/SyliusSearchPlugin
I might be able to contribute, if I end up implementing this in my project, but fir…
-
I have an application which updates documents in bulk through multiple workers. I'd like to use the `retry_on_conflict` feature, but even if I have the setting at the ClientConfiguration, `Bulk::addDo…
-
**Search code snippet**
```
$boolQuery = new \Elastica\Query\BoolQuery();
$fieldQuery = new \Elastica\Query\MatchQuery();
$fieldQuery->setFieldQuery('name', 'Alt');
$boolQuery->addShould($field…
-
Elastica should support curl multi handle as does the elasticsearch-php client. More details see here: https://github.com/elastic/elasticsearch-php/blob/de7c2694a9d63a8f21cdda5a286aacc901fb42f9/src/El…
-
http://elastica.io/contribute/build.html
This seems to be outdated. I would fix it, but the reason I was looking at it, is that I am new, and looking for steps myself.
-
I got the following output:
```
+-----------------------------------------+--------------------+
| unknown symbol | guessed dependency |
+-------------------------------…
-
Did anyone have completer or something near complete guide to use symfony/messenger for populating process?
Seems that community need to have information about enabling async persister, using custom…
-
I do not have Doctrine installed in my Symfony application. I use FOSElasticaBundle 6.0.x-dev with the following configuration:
```yaml
fos_elastica:
clients:
default: { url: '%env(E…
ghost updated
3 years ago
-
The only mapping functionality Elastica currently provides is the Type\Mapping class, which is pretty much just a wrapper around the ElasticSearch api.
FOSElasticaBundle has 2 requirements for mappin…
-
I've installed the docker version of OpenSearch, which appears to require authentication.
https://opensearch.org/docs/1.2/#docker-quickstart
So this works as expected:
curl -XGET --ins…