mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
The PR detects if SMILE is being provided, then correctly slices the stream such that each document is parsed individually. This is required because jackson's SMILE parser is stricter than it's JSON parser and will stop parsing when it hits a streamSeparator (unlike JSON, which will eagerly try to find more objects to parse). Removes the forced-headers from the various REST tests. relates elastic/x-pack-elasticsearch#642 Original commit: elastic/x-pack-elasticsearch@c0e97cd545