yiisoft / yii2-elasticsearch

Yii 2 Elasticsearch extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
429 stars 252 forks source link

Disable JSON pretty print for ElasticSearch bulk API #344

Closed rhertogh closed 1 year ago

rhertogh commented 1 year ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Fixed issues -

This PR disables JSON pretty print for ElasticSearch bulk API since it uses new lines as delimiter. From the ElasticSearch bulk API documentation:

Because this format uses literal \n's as delimiters, make sure that the JSON actions and sources are not pretty printed.

what-the-diff[bot] commented 1 year ago

PR Summary