Flowpack.ElasticSearch
Flowpack.ElasticSearch copied to clipboard
Elasticsearch support for Flow / Neos
Currently no null values are allowed for username and password. This leads to potentially undesired behavior when guzzle/psr7 is used as Uri builder. See this line https://github.com/guzzle/psr7/blob/2.6/src/Uri.php#L438 Currently only strings...
Hello there Just noticed while checking php update compatibility of our packages that [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) spits out some errors regarding the use of soft reserved keyword `object` which seems to be...
I thought, if i **disable realtimeIndexing** in `Flowpack.ElasticSearch` **nothing should be indexed** while publishing a change. But i get an Error while publishing a content-change: Elastic-Server can't be reached. How...
Adds a feature to push bulk requests. This is necessary if you want to create index tables based on thousands of entries via a command for example.
Is it correct, that there's currently no possibility to specify the `fullMapping` property of any `Flowpack\ElasticSearch\Domain\Model\Mapping` object? For my current project I need to configure the _all field. That's exactly...
It would be cool to be able to define mapping at the class level. This way, we could address the mapping for the `_all` field. ``` php /** * @Flow\Entity...
when you have a model with Custom Id Property and not standard-name "persistence_object_identifier", the aspect on the delete method trys to find the Id of the object which was removed....